Html Css Color HEX #C29E99 Eunry

📋 copy color: '#C29E99'

red 194 ◦ green 158 ◦ blue 153

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

Shades of Eunry #C29E99

Tints of Eunry #C29E99

RGB

 RED value IS 194 (76.17% from 255) = 38.42%

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

 BLUE value IS 153 (60.16% from 255) = 30.3%

R = 38.42%
G = 31.29%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C29E99 (or 0xC29E99) is known color: Eunry. HEX triplet: C2, 9E and 99. RGB value is (194,158,153). Sum of RGB (Red+Green+Blue) = 194+158+153=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E99 is #3D6166. Grayscale: #A8A8A8. Windows color (decimal): -4022631 or 10067650. OLE color: 10067650.

HSL color Cylindrical-coordinate representation of color #C29E99: hue angle of 7.32º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C29E99 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 158 153 -
CMYK 0 0.19 0.21 0.24
HSL 7.32º 0.25% 0.68% -
HSV(B) 7.32º 0.21% 0.76% -
XYZ 40.22 38.22 35.39 -
YUV 168.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 194 158 153 0 0.19 0.21 0.24 7.32 0.25 0.68
Hex C2 9E 99 0 13 15 18 7 19 44
Octal 302 236 231 0 23 25 30 7 31 104
Binary 11000010 10011110 10011001 0 10011 10101 11000 111 11001 1000100

Color Harmonies of #C29E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E99

Black with #C29E99

Text Example


Text Example

White with #C29E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E99; }

 p { color: rgb(194,158,153); }

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

background-color css

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

 a { background-color: rgb(194,158,153); }

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

border-color css

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

 span { border-color: rgb(194,158,153); }

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