#CC9A9A

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

Shades of Eunry #CC9A9A

Tints of Eunry #CC9A9A

Color information

#CC9A9A (or 0xCC9A9A) is unknown color: approx Eunry. HEX triplet: CC, 9A and 9A. RGB value is (204,154,154). Sum of RGB (Red+Green+Blue) = 204+154+154=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9A9A is #336565. Grayscale: #A9A9A9. Windows color (decimal): -3368294 or 10132172. OLE color: 10132172.

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

Color convert

RGB204154154-
CMYK00.250.250.2
HSL32.89%70.2%-
HSV(B)24.51%80%-
XYZ42.2938.2835.73-
YUV168.95119.56153-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 154 (60.55% from 255) = 30.08%
R=39.84%
G=30.08%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415415400.250.250.2032.8970.2
HexCC9A9A019191402146
Octal3142322320313124041106
Binary110011001001101010011010011001110011010001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9A9A; }

 p { color: rgb(204,154,154); }

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

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

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

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

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

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

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