#CFB174

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

Shades of Putty #CFB174

Tints of Putty #CFB174

Color information

#CFB174 (or 0xCFB174) is unknown color: approx Putty. HEX triplet: CF, B1 and 74. RGB value is (207,177,116). Sum of RGB (Red+Green+Blue) = 207+177+116=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB174 is #304E8B. Grayscale: #B3B3B3. Windows color (decimal): -3165836 or 7647695. OLE color: 7647695.

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

Color convert

RGB207177116-
CMYK00.140.440.19
HSL40.22º48.66%63.33%-
HSV(B)40.22º43.96%81.18%-
XYZ44.6145.9723.05-
YUV179.0292.44147.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 177 (69.53% from 255) = 35.4%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=41.4%
G=35.4%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717711600.140.440.1940.2248.6663.33
HexCFB1740E2C1328313f
Octal3172611640165423506177
Binary110011111011000111101000111010110010011101000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB174; }

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

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

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

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

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

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

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

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