#CBA970

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

Shades of Putty #CBA970

Tints of Putty #CBA970

Color information

#CBA970 (or 0xCBA970) is unknown color: approx Putty. HEX triplet: CB, A9 and 70. RGB value is (203,169,112). Sum of RGB (Red+Green+Blue) = 203+169+112=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA970 is #34568F. Grayscale: #ACACAC. Windows color (decimal): -3430032 or 7383499. OLE color: 7383499.

HSL color Cylindrical-coordinate representation of color #CBA970: hue angle of 37.58º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBA970 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB203169112-
CMYK00.170.450.20
HSL37.58º46.67%61.76%-
HSV(B)37.58º44.83%79.61%-
XYZ41.7442.2421.28-
YUV172.6793.76149.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 169 (66.41% from 255) = 34.92%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=41.94%
G=34.92%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316911200.170.450.2037.5846.6761.76
HexCBA9700112D14262f3e
Octal3132511600215524465776
Binary1100101110101001111000001000110110110100100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA970; }

 p { color: rgb(203,169,112); }

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

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

 a { background-color: rgb(203,169,112); }

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

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

 span { border-color: rgb(203,169,112); }

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