#CCA866

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

Shades of Putty #CCA866

Tints of Putty #CCA866

Color information

#CCA866 (or 0xCCA866) is unknown color: approx Putty. HEX triplet: CC, A8 and 66. RGB value is (204,168,102). Sum of RGB (Red+Green+Blue) = 204+168+102=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA866 is #335799. Grayscale: #ABABAB. Windows color (decimal): -3364762 or 6727884. OLE color: 6727884.

HSL color Cylindrical-coordinate representation of color #CCA866: hue angle of 38.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCA866 is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB204168102-
CMYK00.180.50.2
HSL38.82º50%60%-
HSV(B)38.82º50%80%-
XYZ41.341.818.46-
YUV171.2488.93151.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 102 (40.23% from 255) = 21.52%
R=43.04%
G=35.44%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416810200.180.50.238.825060
HexCCA866012321427323c
Octal3142501460226224476274
Binary1100110010101000110011001001011001010100100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA866; }

 p { color: rgb(204,168,102); }

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

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

 a { background-color: rgb(204,168,102); }

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

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

 span { border-color: rgb(204,168,102); }

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