#CCB16E

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

Shades of Putty #CCB16E

Tints of Putty #CCB16E

Color information

#CCB16E (or 0xCCB16E) is unknown color: approx Putty. HEX triplet: CC, B1 and 6E. RGB value is (204,177,110). Sum of RGB (Red+Green+Blue) = 204+177+110=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB16E is #334E91. Grayscale: #B1B1B1. Windows color (decimal): -3362450 or 7254476. OLE color: 7254476.

HSL color Cylindrical-coordinate representation of color #CCB16E: hue angle of 42.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCB16E is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB204177110-
CMYK00.130.460.2
HSL42.77º47.96%61.57%-
HSV(B)42.77º46.08%80%-
XYZ43.4445.4121.23-
YUV177.4389.95146.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=41.55%
G=36.05%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417711000.130.460.242.7747.9661.57
HexCCB16E0D2E142b303e
Octal3142611560155624536076
Binary110011001011000111011100110110111010100101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB16E; }

 p { color: rgb(204,177,110); }

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

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

 a { background-color: rgb(204,177,110); }

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

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

 span { border-color: rgb(204,177,110); }

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