#CCAD9E

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

Shades of Eunry #CCAD9E

Tints of Eunry #CCAD9E

Color information

#CCAD9E (or 0xCCAD9E) is unknown color: approx Eunry. HEX triplet: CC, AD and 9E. RGB value is (204,173,158). Sum of RGB (Red+Green+Blue) = 204+173+158=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD9E is #335261. Grayscale: #B4B4B4. Windows color (decimal): -3363426 or 10399180. OLE color: 10399180.

HSL color Cylindrical-coordinate representation of color #CCAD9E: hue angle of 19.57º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCAD9E is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204173158-
CMYK00.150.230.2
HSL19.57º31.08%70.98%-
HSV(B)19.57º22.55%80%-
XYZ46.0245.1938.65-
YUV180.56115.27144.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=38.13%
G=32.34%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417315800.150.230.219.5731.0870.98
HexCCAD9E0F1714141f47
Octal31425523601727242437107
Binary11001100101011011001111001111101111010010100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD9E; }

 p { color: rgb(204,173,158); }

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

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

 a { background-color: rgb(204,173,158); }

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

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

 span { border-color: rgb(204,173,158); }

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