#CBA96E

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

Shades of Putty #CBA96E

Tints of Putty #CBA96E

Color information

#CBA96E (or 0xCBA96E) is unknown color: approx Putty. HEX triplet: CB, A9 and 6E. RGB value is (203,169,110). Sum of RGB (Red+Green+Blue) = 203+169+110=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA96E is #345691. Grayscale: #ACACAC. Windows color (decimal): -3430034 or 7252427. OLE color: 7252427.

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

Color convert

RGB203169110-
CMYK00.170.460.20
HSL38.06º47.21%61.37%-
HSV(B)38.06º45.81%79.61%-
XYZ41.6342.220.7-
YUV172.4492.76149.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 110 (43.36% from 255) = 22.82%
R=42.12%
G=35.06%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316911000.170.460.2038.0647.2161.37
HexCBA96E0112E14262f3d
Octal3132511560215624465775
Binary1100101110101001110111001000110111010100100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA96E; }

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

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

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

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

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

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

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

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