#CBAC6C

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

Shades of Putty #CBAC6C

Tints of Putty #CBAC6C

Color information

#CBAC6C (or 0xCBAC6C) is unknown color: approx Putty. HEX triplet: CB, AC and 6C. RGB value is (203,172,108). Sum of RGB (Red+Green+Blue) = 203+172+108=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC6C is #345393. Grayscale: #AEAEAE. Windows color (decimal): -3429268 or 7122123. OLE color: 7122123.

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

Color convert

RGB203172108-
CMYK00.150.470.20
HSL40.42º47.74%60.98%-
HSV(B)40.42º46.8%79.61%-
XYZ42.0943.2820.32-
YUV173.9790.77148.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 108 (42.58% from 255) = 22.36%
R=42.03%
G=35.61%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317210800.150.470.2040.4247.7460.98
HexCBAC6C0F2F1428303d
Octal3132541540175724506075
Binary110010111010110011011000111110111110100101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC6C; }

 p { color: rgb(203,172,108); }

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

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

 a { background-color: rgb(203,172,108); }

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

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

 span { border-color: rgb(203,172,108); }

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