#CBB571

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

Shades of Putty #CBB571

Tints of Putty #CBB571

Color information

#CBB571 (or 0xCBB571) is unknown color: approx Putty. HEX triplet: CB, B5 and 71. RGB value is (203,181,113). Sum of RGB (Red+Green+Blue) = 203+181+113=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB571 is #344A8E. Grayscale: #B4B4B4. Windows color (decimal): -3426959 or 7452107. OLE color: 7452107.

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

Color convert

RGB203181113-
CMYK00.110.440.20
HSL45.33º46.39%61.96%-
HSV(B)45.33º44.33%79.61%-
XYZ44.1346.9422.36-
YUV179.8390.29144.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 113 (44.53% from 255) = 22.74%
R=40.85%
G=36.42%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318111300.110.440.2045.3346.3961.96
HexCBB5710B2C142d2e3e
Octal3132651610135424555676
Binary110010111011010111100010101110110010100101101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB571; }

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

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

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

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

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

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

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

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