Html Css Color HEX #C99F9F Eunry

📋 copy color: '#C99F9F'

red 201 ◦ green 159 ◦ blue 159

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

Shades of Eunry #C99F9F

Tints of Eunry #C99F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.64%

R = 38.73%
G = 30.64%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C99F9F (or 0xC99F9F) is known color: Eunry. HEX triplet: C9, 9F and 9F. RGB value is (201,159,159). Sum of RGB (Red+Green+Blue) = 201+159+159=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99F9F is #366060. Grayscale: #ABABAB. Windows color (decimal): -3563617 or 10461129. OLE color: 10461129.

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

Color convert

RGB 201 159 159 -
CMYK 0 0.21 0.21 0.21
HSL 0.28% 0.71% -
HSV(B) 0.21% 0.79% -
XYZ 42.74 39.72 38.21 -
YUV 171.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 201 159 159 0 0.21 0.21 0.21 0 0.28 0.71
Hex C9 9F 9F 0 15 15 15 0 1C 47
Octal 311 237 237 0 25 25 25 0 34 107
Binary 11001001 10011111 10011111 0 10101 10101 10101 0 11100 1000111

Color Harmonies of #C99F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F9F

Black with #C99F9F

Text Example


Text Example

White with #C99F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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