Html Css Color HEX #C24C61 Blush

📋 copy color: '#C24C61'

red 194 ◦ green 76 ◦ blue 97

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

Shades of Blush #C24C61

Tints of Blush #C24C61

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.71%

 BLUE value IS 97 (38.28% from 255) = 26.43%

R = 52.86%
G = 20.71%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C24C61 (or 0xC24C61) is known color: Blush. HEX triplet: C2, 4C and 61. RGB value is (194,76,97). Sum of RGB (Red+Green+Blue) = 194+76+97=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C61 is #3DB39E. Grayscale: #717171. Windows color (decimal): -4043679 or 6376642. OLE color: 6376642.

HSL color Cylindrical-coordinate representation of color #C24C61: hue angle of 349.32º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24C61 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 76 97 -
CMYK 0 0.61 0.50 0.24
HSL 349.32º 0.49% 0.53% -
HSV(B) 349.32º 0.61% 0.76% -
XYZ 26.99 17.5 13.26 -
YUV 113.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 194 76 97 0 0.61 0.50 0.24 349.32 0.49 0.53
Hex C2 4C 61 0 3D 32 18 15D 31 35
Octal 302 114 141 0 75 62 30 535 61 65
Binary 11000010 1001100 1100001 0 111101 110010 11000 101011101 110001 110101

Color Harmonies of #C24C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C61

Black with #C24C61

Text Example


Text Example

White with #C24C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C61; }

 p { color: rgb(194,76,97); }

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

background-color css

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

 a { background-color: rgb(194,76,97); }

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

border-color css

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

 span { border-color: rgb(194,76,97); }

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