#CBA770

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

Shades of Putty #CBA770

Tints of Putty #CBA770

Color information

#CBA770 (or 0xCBA770) is unknown color: approx Putty. HEX triplet: CB, A7 and 70. RGB value is (203,167,112). Sum of RGB (Red+Green+Blue) = 203+167+112=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA770 is #34588F. Grayscale: #ABABAB. Windows color (decimal): -3430544 or 7382987. OLE color: 7382987.

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

Color convert

RGB203167112-
CMYK00.180.450.20
HSL36.26º46.67%61.76%-
HSV(B)36.26º44.83%79.61%-
XYZ41.3741.521.16-
YUV171.4994.43150.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 112 (44.14% from 255) = 23.24%
R=42.12%
G=34.65%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316711200.180.450.2036.2646.6761.76
HexCBA7700122D14242f3e
Octal3132471600225524445776
Binary1100101110100111111000001001010110110100100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA770; }

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

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

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

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

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

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

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

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