#CFB474

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

Shades of Putty #CFB474

Tints of Putty #CFB474

Color information

#CFB474 (or 0xCFB474) is unknown color: approx Putty. HEX triplet: CF, B4 and 74. RGB value is (207,180,116). Sum of RGB (Red+Green+Blue) = 207+180+116=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB474 is #304B8B. Grayscale: #B5B5B5. Windows color (decimal): -3165068 or 7648463. OLE color: 7648463.

HSL color Cylindrical-coordinate representation of color #CFB474: hue angle of 42.2º 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 #CFB474 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB207180116-
CMYK00.130.440.19
HSL42.2º48.66%63.33%-
HSV(B)42.2º43.96%81.18%-
XYZ45.2147.1723.24-
YUV180.7891.45146.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.15%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 116 (45.70% from 255) = 23.06%
R=41.15%
G=35.79%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718011600.130.440.1942.248.6663.33
HexCFB4740D2C132a313f
Octal3172641640155423526177
Binary110011111011010011101000110110110010011101010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB474; }

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

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

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

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

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

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

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

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