#CFB872

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

Shades of Putty #CFB872

Tints of Putty #CFB872

Color information

#CFB872 (or 0xCFB872) is unknown color: approx Putty. HEX triplet: CF, B8 and 72. RGB value is (207,184,114). Sum of RGB (Red+Green+Blue) = 207+184+114=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB872 is #30478D. Grayscale: #B7B7B7. Windows color (decimal): -3164046 or 7518415. OLE color: 7518415.

HSL color Cylindrical-coordinate representation of color #CFB872: hue angle of 45.16º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFB872 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB207184114-
CMYK00.110.450.19
HSL45.16º49.21%62.94%-
HSV(B)45.16º44.93%81.18%-
XYZ45.9148.7622.91-
YUV182.989.12145.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.99%
GREEN value IS 184 (72.27% from 255) = 36.44%
BLUE value IS 114 (44.92% from 255) = 22.57%
R=40.99%
G=36.44%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718411400.110.450.1945.1649.2162.94
HexCFB8720B2D132d313f
Octal3172701620135523556177
Binary110011111011100011100100101110110110011101101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB872; }

 p { color: rgb(207,184,114); }

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

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

 a { background-color: rgb(207,184,114); }

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

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

 span { border-color: rgb(207,184,114); }

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