Html Css Color HEX #C29F99 Eunry

📋 copy color: '#C29F99'

red 194 ◦ green 159 ◦ blue 153

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

Shades of Eunry #C29F99

Tints of Eunry #C29F99

RGB

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

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

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

R = 38.34%
G = 31.42%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C29F99 (or 0xC29F99) is known color: Eunry. HEX triplet: C2, 9F and 99. RGB value is (194,159,153). Sum of RGB (Red+Green+Blue) = 194+159+153=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F99 is #3D6066. Grayscale: #A8A8A8. Windows color (decimal): -4022375 or 10067906. OLE color: 10067906.

HSL color Cylindrical-coordinate representation of color #C29F99: hue angle of 8.78º 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 #C29F99 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 159 153 -
CMYK 0 0.18 0.21 0.24
HSL 8.78º 0.25% 0.68% -
HSV(B) 8.78º 0.21% 0.76% -
XYZ 40.4 38.57 35.45 -
YUV 168.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 194 159 153 0 0.18 0.21 0.24 8.78 0.25 0.68
Hex C2 9F 99 0 12 15 18 9 19 44
Octal 302 237 231 0 22 25 30 11 31 104
Binary 11000010 10011111 10011001 0 10010 10101 11000 1001 11001 1000100

Color Harmonies of #C29F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F99

Black with #C29F99

Text Example


Text Example

White with #C29F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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