#CCB577

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

Shades of Putty #CCB577

Tints of Putty #CCB577

Color information

#CCB577 (or 0xCCB577) is unknown color: approx Putty. HEX triplet: CC, B5 and 77. RGB value is (204,181,119). Sum of RGB (Red+Green+Blue) = 204+181+119=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB577 is #334A88. Grayscale: #B5B5B5. Windows color (decimal): -3361417 or 7845324. OLE color: 7845324.

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

Color convert

RGB204181119-
CMYK00.110.420.2
HSL43.76º45.45%63.33%-
HSV(B)43.76º41.67%80%-
XYZ44.7647.2224.21-
YUV180.8193.12144.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 119 (46.88% from 255) = 23.61%
R=40.48%
G=35.91%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418111900.110.420.243.7645.4563.33
HexCCB5770B2A142c2d3f
Octal3142651670135224545577
Binary110011001011010111101110101110101010100101100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB577; }

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

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

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

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

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

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

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

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