#C8B672

Color #C8B672 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #C8B672

Tints of Putty #C8B672

Color information

#C8B672 (or 0xC8B672) is unknown color: approx Putty. HEX triplet: C8, B6 and 72. RGB value is (200,182,114). Sum of RGB (Red+Green+Blue) = 200+182+114=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B672 is #37498D. Grayscale: #B3B3B3. Windows color (decimal): -3623310 or 7517896. OLE color: 7517896.

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

Color convert

RGB200182114-
CMYK00.090.430.22
HSL47.44º43.88%61.57%-
HSV(B)47.44º43%78.43%-
XYZ43.5846.9522.68-
YUV179.6390.96142.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 114 (44.92% from 255) = 22.98%
R=40.32%
G=36.69%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018211400.090.430.2247.4443.8861.57
HexC8B672092B162f2c3e
Octal3102661620115326575476
Binary110010001011011011100100100110101110110101111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B672; }

 p { color: rgb(200,182,114); }

 H1.HeaderClassName
 {
   color: #C8B672;
 }
 .AnyTagClassName
 {
   color: #C8B672;
 }
</style>
background-color css

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

 a { background-color: rgb(200,182,114); }

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

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

 span { border-color: rgb(200,182,114); }

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