#CBA974

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

Shades of Putty #CBA974

Tints of Putty #CBA974

Color information

#CBA974 (or 0xCBA974) is unknown color: approx Putty. HEX triplet: CB, A9 and 74. RGB value is (203,169,116). Sum of RGB (Red+Green+Blue) = 203+169+116=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA974 is #34568B. Grayscale: #ADADAD. Windows color (decimal): -3430028 or 7645643. OLE color: 7645643.

HSL color Cylindrical-coordinate representation of color #CBA974: hue angle of 36.55º 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 #CBA974 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB203169116-
CMYK00.170.430.20
HSL36.55º45.55%62.55%-
HSV(B)36.55º42.86%79.61%-
XYZ41.9742.3322.48-
YUV173.1295.76149.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.60%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=41.60%
G=34.63%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316911600.170.430.2036.5545.5562.55
HexCBA9740112B14252e3f
Octal3132511640215324455677
Binary1100101110101001111010001000110101110100100101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA974; }

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

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

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

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

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

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

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

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