Html Css Color HEX #C99F9B Eunry

📋 copy color: '#C99F9B'

red 201 ◦ green 159 ◦ blue 155

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

Shades of Eunry #C99F9B

Tints of Eunry #C99F9B

RGB

 RED value IS 201 (78.91% from 255) = 39.03%

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

 BLUE value IS 155 (60.94% from 255) = 30.1%

R = 39.03%
G = 30.87%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C99F9B (or 0xC99F9B) is known color: Eunry. HEX triplet: C9, 9F and 9B. RGB value is (201,159,155). Sum of RGB (Red+Green+Blue) = 201+159+155=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99F9B is #366064. Grayscale: #ABABAB. Windows color (decimal): -3563621 or 10198985. OLE color: 10198985.

HSL color Cylindrical-coordinate representation of color #C99F9B: hue angle of 5.22º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99F9B is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 159 155 -
CMYK 0 0.21 0.23 0.21
HSL 5.22º 0.3% 0.7% -
HSV(B) 5.22º 0.23% 0.79% -
XYZ 42.4 39.58 36.42 -
YUV 171.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 201 159 155 0 0.21 0.23 0.21 5.22 0.3 0.7
Hex C9 9F 9B 0 15 17 15 5 1E 46
Octal 311 237 233 0 25 27 25 5 36 106
Binary 11001001 10011111 10011011 0 10101 10111 10101 101 11110 1000110

Color Harmonies of #C99F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F9B

Black with #C99F9B

Text Example


Text Example

White with #C99F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F9B; }

 p { color: rgb(201,159,155); }

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

background-color css

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

 a { background-color: rgb(201,159,155); }

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

border-color css

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

 span { border-color: rgb(201,159,155); }

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