#CFB17C

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

Shades of Putty #CFB17C

Tints of Putty #CFB17C

Color information

#CFB17C (or 0xCFB17C) is unknown color: approx Putty. HEX triplet: CF, B1 and 7C. RGB value is (207,177,124). Sum of RGB (Red+Green+Blue) = 207+177+124=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB17C is #304E83. Grayscale: #B4B4B4. Windows color (decimal): -3165828 or 8171983. OLE color: 8171983.

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

Color convert

RGB207177124-
CMYK00.140.400.19
HSL38.31º46.37%64.9%-
HSV(B)38.31º40.1%81.18%-
XYZ45.0946.1625.6-
YUV179.9396.44147.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 124 (48.83% from 255) = 24.41%
R=40.75%
G=34.84%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717712400.140.400.1938.3146.3764.9
HexCFB17C0E2813262e41
Octal31726117401650234656101
Binary1100111110110001111110001110101000100111001101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB17C; }

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

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

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

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

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

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

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

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