#CCB66E

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

Shades of Putty #CCB66E

Tints of Putty #CCB66E

Color information

#CCB66E (or 0xCCB66E) is unknown color: approx Putty. HEX triplet: CC, B6 and 6E. RGB value is (204,182,110). Sum of RGB (Red+Green+Blue) = 204+182+110=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB66E is #334991. Grayscale: #B4B4B4. Windows color (decimal): -3361170 or 7255756. OLE color: 7255756.

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

Color convert

RGB204182110-
CMYK00.110.460.2
HSL45.96º47.96%61.57%-
HSV(B)45.96º46.08%80%-
XYZ44.4447.4221.56-
YUV180.3788.29144.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 110 (43.36% from 255) = 22.18%
R=41.13%
G=36.69%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418211000.110.460.245.9647.9661.57
HexCCB66E0B2E142e303e
Octal3142661560135624566076
Binary110011001011011011011100101110111010100101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB66E; }

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

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

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

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

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

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

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

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