#CFB178

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

Shades of Putty #CFB178

Tints of Putty #CFB178

Color information

#CFB178 (or 0xCFB178) is unknown color: approx Putty. HEX triplet: CF, B1 and 78. RGB value is (207,177,120). Sum of RGB (Red+Green+Blue) = 207+177+120=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB178 is #304E87. Grayscale: #B3B3B3. Windows color (decimal): -3165832 or 7909839. OLE color: 7909839.

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

Color convert

RGB207177120-
CMYK00.140.420.19
HSL39.31º47.54%64.12%-
HSV(B)39.31º42.03%81.18%-
XYZ44.8446.0724.3-
YUV179.4794.44147.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 120 (47.27% from 255) = 23.81%
R=41.07%
G=35.12%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717712000.140.420.1939.3147.5464.12
HexCFB1780E2A13273040
Octal31726117001652234760100
Binary1100111110110001111100001110101010100111001111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB178; }

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

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

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

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

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

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

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

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