#CBA575

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

Shades of Putty #CBA575

Tints of Putty #CBA575

Color information

#CBA575 (or 0xCBA575) is unknown color: approx Putty. HEX triplet: CB, A5 and 75. RGB value is (203,165,117). Sum of RGB (Red+Green+Blue) = 203+165+117=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA575 is #345A8A. Grayscale: #ABABAB. Windows color (decimal): -3431051 or 7710155. OLE color: 7710155.

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

Color convert

RGB203165117-
CMYK00.190.420.20
HSL33.49º45.26%62.75%-
HSV(B)33.49º42.36%79.61%-
XYZ41.2940.8922.55-
YUV170.8997.59150.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=41.86%
G=34.02%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316511700.190.420.2033.4945.2662.75
HexCBA5750132A14212d3f
Octal3132451650235224415577
Binary1100101110100101111010101001110101010100100001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA575; }

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

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

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

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

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

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

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

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