#CCA699

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

Shades of Eunry #CCA699

Tints of Eunry #CCA699

Color information

#CCA699 (or 0xCCA699) is unknown color: approx Eunry. HEX triplet: CC, A6 and 99. RGB value is (204,166,153). Sum of RGB (Red+Green+Blue) = 204+166+153=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA699 is #335966. Grayscale: #AFAFAF. Windows color (decimal): -3365223 or 10069708. OLE color: 10069708.

HSL color Cylindrical-coordinate representation of color #CCA699: hue angle of 15.29º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA699 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204166153-
CMYK00.190.250.2
HSL15.29º33.33%70%-
HSV(B)15.29º25%80%-
XYZ44.2942.4135.99-
YUV175.88115.09148.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 153 (60.16% from 255) = 29.25%
R=39.01%
G=31.74%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416615300.190.250.215.2933.3370
HexCCA6990131914f2146
Octal31424623102331241741106
Binary110011001010011010011001010011110011010011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA699; }

 p { color: rgb(204,166,153); }

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

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

 a { background-color: rgb(204,166,153); }

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

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

 span { border-color: rgb(204,166,153); }

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