#CBA474

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

Shades of Putty #CBA474

Tints of Putty #CBA474

Color information

#CBA474 (or 0xCBA474) is unknown color: approx Putty. HEX triplet: CB, A4 and 74. RGB value is (203,164,116). Sum of RGB (Red+Green+Blue) = 203+164+116=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA474 is #345B8B. Grayscale: #AAAAAA. Windows color (decimal): -3431308 or 7644363. OLE color: 7644363.

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

Color convert

RGB203164116-
CMYK00.190.430.20
HSL33.1º45.55%62.55%-
HSV(B)33.1º42.86%79.61%-
XYZ41.0640.5122.18-
YUV170.1997.42151.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 116 (45.70% from 255) = 24.02%
R=42.03%
G=33.95%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316411600.190.430.2033.145.5562.55
HexCBA4740132B14212e3f
Octal3132441640235324415677
Binary1100101110100100111010001001110101110100100001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA474; }

 p { color: rgb(203,164,116); }

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

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

 a { background-color: rgb(203,164,116); }

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

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

 span { border-color: rgb(203,164,116); }

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