#CBB577

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

Shades of Putty #CBB577

Tints of Putty #CBB577

Color information

#CBB577 (or 0xCBB577) is unknown color: approx Putty. HEX triplet: CB, B5 and 77. RGB value is (203,181,119). Sum of RGB (Red+Green+Blue) = 203+181+119=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB577 is #344A88. Grayscale: #B4B4B4. Windows color (decimal): -3426953 or 7845323. OLE color: 7845323.

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

Color convert

RGB203181119-
CMYK00.110.410.20
HSL44.29º44.68%63.14%-
HSV(B)44.29º41.38%79.61%-
XYZ44.4847.0824.19-
YUV180.5193.29144.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 181 (71.09% from 255) = 35.98%
BLUE value IS 119 (46.88% from 255) = 23.66%
R=40.36%
G=35.98%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318111900.110.410.2044.2944.6863.14
HexCBB5770B29142c2d3f
Octal3132651670135124545577
Binary110010111011010111101110101110100110100101100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB577; }

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

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

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

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

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

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

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

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