Html Css Color HEX #C99F9D Eunry

📋 copy color: '#C99F9D'

red 201 ◦ green 159 ◦ blue 157

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

Shades of Eunry #C99F9D

Tints of Eunry #C99F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.37%

R = 38.88%
G = 30.75%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C99F9D (or 0xC99F9D) is known color: Eunry. HEX triplet: C9, 9F and 9D. RGB value is (201,159,157). Sum of RGB (Red+Green+Blue) = 201+159+157=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99F9D is #366062. Grayscale: #ABABAB. Windows color (decimal): -3563619 or 10330057. OLE color: 10330057.

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

Color convert

RGB 201 159 157 -
CMYK 0 0.21 0.22 0.21
HSL 2.73º 0.29% 0.7% -
HSV(B) 2.73º 0.22% 0.79% -
XYZ 42.57 39.65 37.31 -
YUV 171.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 201 159 157 0 0.21 0.22 0.21 2.73 0.29 0.7
Hex C9 9F 9D 0 15 16 15 3 1D 46
Octal 311 237 235 0 25 26 25 3 35 106
Binary 11001001 10011111 10011101 0 10101 10110 10101 11 11101 1000110

Color Harmonies of #C99F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F9D

Black with #C99F9D

Text Example


Text Example

White with #C99F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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