#CCB377

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

Shades of Putty #CCB377

Tints of Putty #CCB377

Color information

#CCB377 (or 0xCCB377) is unknown color: approx Putty. HEX triplet: CC, B3 and 77. RGB value is (204,179,119). Sum of RGB (Red+Green+Blue) = 204+179+119=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB377 is #334C88. Grayscale: #B3B3B3. Windows color (decimal): -3361929 or 7844812. OLE color: 7844812.

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

Color convert

RGB204179119-
CMYK00.120.420.2
HSL42.35º45.45%63.33%-
HSV(B)42.35º41.67%80%-
XYZ44.3546.4124.07-
YUV179.6493.78145.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 119 (46.88% from 255) = 23.71%
R=40.64%
G=35.66%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417911900.120.420.242.3545.4563.33
HexCCB3770C2A142a2d3f
Octal3142631670145224525577
Binary110011001011001111101110110010101010100101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB377; }

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

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

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

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

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

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

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

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