#CCB36E

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

Shades of Putty #CCB36E

Tints of Putty #CCB36E

Color information

#CCB36E (or 0xCCB36E) is unknown color: approx Putty. HEX triplet: CC, B3 and 6E. RGB value is (204,179,110). Sum of RGB (Red+Green+Blue) = 204+179+110=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB36E is #334C91. Grayscale: #B2B2B2. Windows color (decimal): -3361938 or 7254988. OLE color: 7254988.

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

Color convert

RGB204179110-
CMYK00.120.460.2
HSL44.04º47.96%61.57%-
HSV(B)44.04º46.08%80%-
XYZ43.8446.221.36-
YUV178.6189.28146.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 110 (43.36% from 255) = 22.31%
R=41.38%
G=36.31%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417911000.120.460.244.0447.9661.57
HexCCB36E0C2E142c303e
Octal3142631560145624546076
Binary110011001011001111011100110010111010100101100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB36E; }

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

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

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

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

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

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

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

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