Html Css Color HEX #C24C63 Blush

📋 copy color: '#C24C63'

red 194 ◦ green 76 ◦ blue 99

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

Shades of Blush #C24C63

Tints of Blush #C24C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.83%

R = 52.57%
G = 20.6%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C24C63 (or 0xC24C63) is known color: Blush. HEX triplet: C2, 4C and 63. RGB value is (194,76,99). Sum of RGB (Red+Green+Blue) = 194+76+99=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C63 is #3DB39C. Grayscale: #717171. Windows color (decimal): -4043677 or 6507714. OLE color: 6507714.

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

Color convert

RGB 194 76 99 -
CMYK 0 0.61 0.49 0.24
HSL 348.31º 0.49% 0.53% -
HSV(B) 348.31º 0.61% 0.76% -
XYZ 27.08 17.54 13.76 -
YUV 113.9 119.59 185.13 -
System Red Green Blue C M Y K H S L
Decimal 194 76 99 0 0.61 0.49 0.24 348.31 0.49 0.53
Hex C2 4C 63 0 3D 31 18 15C 31 35
Octal 302 114 143 0 75 61 30 534 61 65
Binary 11000010 1001100 1100011 0 111101 110001 11000 101011100 110001 110101

Color Harmonies of #C24C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C63

Black with #C24C63

Text Example


Text Example

White with #C24C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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