Html Css Color HEX #CC9E9A Eunry

📋 copy color: '#CC9E9A'

red 204 ◦ green 158 ◦ blue 154

#CC9E9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eunry #CC9E9A

Tints of Eunry #CC9E9A

RGB

 RED value IS 204 (80.08% from 255) = 39.53%

 GREEN value IS 158 (62.11% from 255) = 30.62%

 BLUE value IS 154 (60.55% from 255) = 29.84%

R = 39.53%
G = 30.62%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC9E9A (or 0xCC9E9A) is known color: Eunry. HEX triplet: CC, 9E and 9A. RGB value is (204,158,154). Sum of RGB (Red+Green+Blue) = 204+158+154=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9E9A is #336165. Grayscale: #ABABAB. Windows color (decimal): -3367270 or 10133196. OLE color: 10133196.

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

Color convert

RGB 204 158 154 -
CMYK 0 0.23 0.25 0.2
HSL 4.8º 0.33% 0.7% -
HSV(B) 4.8º 0.25% 0.8% -
XYZ 42.96 39.62 35.96 -
YUV 171.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 204 158 154 0 0.23 0.25 0.2 4.8 0.33 0.7
Hex CC 9E 9A 0 17 19 14 5 21 46
Octal 314 236 232 0 27 31 24 5 41 106
Binary 11001100 10011110 10011010 0 10111 11001 10100 101 100001 1000110

Color Harmonies of #CC9E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E9A

Black with #CC9E9A

Text Example


Text Example

White with #CC9E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E9A; }

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

 H1.HeaderClassName
 {
   color: #CC9E9A;
 }
 .AnyTagClassName
 {
   color: #CC9E9A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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