#CBAC70

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

Shades of Putty #CBAC70

Tints of Putty #CBAC70

Color information

#CBAC70 (or 0xCBAC70) is unknown color: approx Putty. HEX triplet: CB, AC and 70. RGB value is (203,172,112). Sum of RGB (Red+Green+Blue) = 203+172+112=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC70 is #34538F. Grayscale: #AEAEAE. Windows color (decimal): -3429264 or 7384267. OLE color: 7384267.

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

Color convert

RGB203172112-
CMYK00.150.450.20
HSL39.56º46.67%61.76%-
HSV(B)39.56º44.83%79.61%-
XYZ42.3143.3721.47-
YUV174.4392.77148.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=41.68%
G=35.32%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317211200.150.450.2039.5646.6761.76
HexCBAC700F2D14282f3e
Octal3132541600175524505776
Binary110010111010110011100000111110110110100101000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC70; }

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

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

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

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

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

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

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

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