#CBA572

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

Shades of Putty #CBA572

Tints of Putty #CBA572

Color information

#CBA572 (or 0xCBA572) is unknown color: approx Putty. HEX triplet: CB, A5 and 72. RGB value is (203,165,114). Sum of RGB (Red+Green+Blue) = 203+165+114=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA572 is #345A8D. Grayscale: #AAAAAA. Windows color (decimal): -3431054 or 7513547. OLE color: 7513547.

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

Color convert

RGB203165114-
CMYK00.190.440.20
HSL34.38º46.11%62.16%-
HSV(B)34.38º43.84%79.61%-
XYZ41.1240.8221.63-
YUV170.5596.09151.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=42.12%
G=34.23%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316511400.190.440.2034.3846.1162.16
HexCBA5720132C14222e3e
Octal3132451620235424425676
Binary1100101110100101111001001001110110010100100010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA572; }

 p { color: rgb(203,165,114); }

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

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

 a { background-color: rgb(203,165,114); }

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

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

 span { border-color: rgb(203,165,114); }

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