#CBA370

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

Shades of Putty #CBA370

Tints of Putty #CBA370

Color information

#CBA370 (or 0xCBA370) is unknown color: approx Putty. HEX triplet: CB, A3 and 70. RGB value is (203,163,112). Sum of RGB (Red+Green+Blue) = 203+163+112=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA370 is #345C8F. Grayscale: #A9A9A9. Windows color (decimal): -3431568 or 7381963. OLE color: 7381963.

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

Color convert

RGB203163112-
CMYK00.200.450.20
HSL33.63º46.67%61.76%-
HSV(B)33.63º44.83%79.61%-
XYZ40.6540.0620.92-
YUV169.1595.75152.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=42.47%
G=34.10%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316311200.200.450.2033.6346.6761.76
HexCBA3700142D14222f3e
Octal3132431600245524425776
Binary1100101110100011111000001010010110110100100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA370; }

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

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

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

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

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

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

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

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