#CBA66A

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

Shades of Putty #CBA66A

Tints of Putty #CBA66A

Color information

#CBA66A (or 0xCBA66A) is unknown color: approx Putty. HEX triplet: CB, A6 and 6A. RGB value is (203,166,106). Sum of RGB (Red+Green+Blue) = 203+166+106=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA66A is #345995. Grayscale: #AAAAAA. Windows color (decimal): -3430806 or 6989515. OLE color: 6989515.

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

Color convert

RGB203166106-
CMYK00.180.480.20
HSL37.11º48.26%60.59%-
HSV(B)37.11º47.78%79.61%-
XYZ40.8741.0119.4-
YUV170.2291.76151.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=42.74%
G=34.95%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316610600.180.480.2037.1148.2660.59
HexCBA66A012301425303d
Octal3132461520226024456075
Binary1100101110100110110101001001011000010100100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA66A; }

 p { color: rgb(203,166,106); }

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

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

 a { background-color: rgb(203,166,106); }

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

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

 span { border-color: rgb(203,166,106); }

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