#CBA670

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

Shades of Putty #CBA670

Tints of Putty #CBA670

Color information

#CBA670 (or 0xCBA670) is unknown color: approx Putty. HEX triplet: CB, A6 and 70. RGB value is (203,166,112). Sum of RGB (Red+Green+Blue) = 203+166+112=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA670 is #34598F. Grayscale: #ABABAB. Windows color (decimal): -3430800 or 7382731. OLE color: 7382731.

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

Color convert

RGB203166112-
CMYK00.180.450.20
HSL35.6º46.67%61.76%-
HSV(B)35.6º44.83%79.61%-
XYZ41.1941.1421.1-
YUV170.9194.76150.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 112 (44.14% from 255) = 23.28%
R=42.20%
G=34.51%
B=23.28%

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
Decimal20316611200.180.450.2035.646.6761.76
HexCBA6700122D14242f3e
Octal3132461600225524445776
Binary1100101110100110111000001001010110110100100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA670; }

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

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

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

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

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

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

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

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