Html Css Color HEX #C8B371 Putty

📋 copy color: '#C8B371'

red 200 ◦ green 179 ◦ blue 113

#C8B371
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #C8B371

Tints of Putty #C8B371

RGB

 RED value IS 200 (78.52% from 255) = 40.65%

 GREEN value IS 179 (70.31% from 255) = 36.38%

 BLUE value IS 113 (44.53% from 255) = 22.97%

R = 40.65%
G = 36.38%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C8B371 (or 0xC8B371) is known color: Putty. HEX triplet: C8, B3 and 71. RGB value is (200,179,113). Sum of RGB (Red+Green+Blue) = 200+179+113=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B371 is #374C8E. Grayscale: #B2B2B2. Windows color (decimal): -3624079 or 7451592. OLE color: 7451592.

HSL color Cylindrical-coordinate representation of color #C8B371: hue angle of 45.52º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8B371 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 179 113 -
CMYK 0 0.10 0.44 0.22
HSL 45.52º 0.44% 0.61% -
HSV(B) 45.52º 0.44% 0.78% -
XYZ 42.92 45.71 22.18 -
YUV 177.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 200 179 113 0 0.10 0.44 0.22 45.52 0.44 0.61
Hex C8 B3 71 0 A 2C 16 2E 2C 3D
Octal 310 263 161 0 12 54 26 56 54 75
Binary 11001000 10110011 1110001 0 1010 101100 10110 101110 101100 111101

Color Harmonies of #C8B371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B371

Black with #C8B371

Text Example


Text Example

White with #C8B371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B371; }

 p { color: rgb(200,179,113); }

 H1.HeaderClassName
 {
   color: #C8B371;
 }
 .AnyTagClassName
 {
   color: #C8B371;
 }
</style>

background-color css

<style>
 a { background-color: #C8B371; }

 a { background-color: rgb(200,179,113); }

 div.DivClassName
 {
   background-color: #C8B371;
 }
 .BgClassName
 {
   background-color: #C8B371;
 }
</style>

border-color css

<style>
 span { border-color: #C8B371; }

 span { border-color: rgb(200,179,113); }

 td.TdClassName
 {
   border-color: #C8B371;
 }
 .TagClassName
 {
   border-color: #C8B371;
 }
</style>