#CBB575

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

Shades of Putty #CBB575

Tints of Putty #CBB575

Color information

#CBB575 (or 0xCBB575) is unknown color: approx Putty. HEX triplet: CB, B5 and 75. RGB value is (203,181,117). Sum of RGB (Red+Green+Blue) = 203+181+117=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB575 is #344A8A. Grayscale: #B4B4B4. Windows color (decimal): -3426955 or 7714251. OLE color: 7714251.

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

Color convert

RGB203181117-
CMYK00.110.420.20
HSL44.65º45.26%62.75%-
HSV(B)44.65º42.36%79.61%-
XYZ44.3647.0323.57-
YUV180.2892.29144.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=40.52%
G=36.13%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318111700.110.420.2044.6545.2662.75
HexCBB5750B2A142d2d3f
Octal3132651650135224555577
Binary110010111011010111101010101110101010100101101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB575; }

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

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

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

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

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

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

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

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