Html Css Color HEX #CC9F9A Eunry

📋 copy color: '#CC9F9A'

red 204 ◦ green 159 ◦ blue 154

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

Shades of Eunry #CC9F9A

Tints of Eunry #CC9F9A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.75%

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

R = 39.46%
G = 30.75%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC9F9A (or 0xCC9F9A) is known color: Eunry. HEX triplet: CC, 9F and 9A. RGB value is (204,159,154). Sum of RGB (Red+Green+Blue) = 204+159+154=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9F9A is #336065. Grayscale: #ABABAB. Windows color (decimal): -3367014 or 10133452. OLE color: 10133452.

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

Color convert

RGB 204 159 154 -
CMYK 0 0.22 0.25 0.2
HSL 0.33% 0.7% -
HSV(B) 0.25% 0.8% -
XYZ 43.13 39.97 36.01 -
YUV 171.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 204 159 154 0 0.22 0.25 0.2 6 0.33 0.7
Hex CC 9F 9A 0 16 19 14 6 21 46
Octal 314 237 232 0 26 31 24 6 41 106
Binary 11001100 10011111 10011010 0 10110 11001 10100 110 100001 1000110

Color Harmonies of #CC9F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F9A

Black with #CC9F9A

Text Example


Text Example

White with #CC9F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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