Html Css Color HEX #C8B376 Putty

📋 copy color: '#C8B376'

red 200 ◦ green 179 ◦ blue 118

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

Shades of Putty #C8B376

Tints of Putty #C8B376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.74%

R = 40.24%
G = 36.02%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C8B376 (or 0xC8B376) is known color: Putty. HEX triplet: C8, B3 and 76. RGB value is (200,179,118). Sum of RGB (Red+Green+Blue) = 200+179+118=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B376 is #374C89. Grayscale: #B2B2B2. Windows color (decimal): -3624074 or 7779272. OLE color: 7779272.

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

Color convert

RGB 200 179 118 -
CMYK 0 0.10 0.41 0.22
HSL 44.63º 0.43% 0.62% -
HSV(B) 44.63º 0.41% 0.78% -
XYZ 43.21 45.83 23.71 -
YUV 178.33 93.96 143.46 -
System Red Green Blue C M Y K H S L
Decimal 200 179 118 0 0.10 0.41 0.22 44.63 0.43 0.62
Hex C8 B3 76 0 A 29 16 2D 2B 3E
Octal 310 263 166 0 12 51 26 55 53 76
Binary 11001000 10110011 1110110 0 1010 101001 10110 101101 101011 111110

Color Harmonies of #C8B376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B376

Black with #C8B376

Text Example


Text Example

White with #C8B376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B376; }

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

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

background-color css

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

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

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

border-color css

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

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

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