#CFB170

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

Shades of Putty #CFB170

Tints of Putty #CFB170

Color information

#CFB170 (or 0xCFB170) is unknown color: approx Putty. HEX triplet: CF, B1 and 70. RGB value is (207,177,112). Sum of RGB (Red+Green+Blue) = 207+177+112=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB170 is #304E8F. Grayscale: #B2B2B2. Windows color (decimal): -3165840 or 7385551. OLE color: 7385551.

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

Color convert

RGB207177112-
CMYK00.140.460.19
HSL41.05º49.74%62.55%-
HSV(B)41.05º45.89%81.18%-
XYZ44.3845.8821.85-
YUV178.5690.44148.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 112 (44.14% from 255) = 22.58%
R=41.73%
G=35.69%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717711200.140.460.1941.0549.7462.55
HexCFB1700E2E1329323f
Octal3172611600165623516277
Binary110011111011000111100000111010111010011101001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB170; }

 p { color: rgb(207,177,112); }

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

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

 a { background-color: rgb(207,177,112); }

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

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

 span { border-color: rgb(207,177,112); }

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