Html Css Color HEX #C24463 Blush

📋 copy color: '#C24463'

red 194 ◦ green 68 ◦ blue 99

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

Shades of Blush #C24463

Tints of Blush #C24463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.84%

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

R = 53.74%
G = 18.84%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C24463 (or 0xC24463) is known color: Blush. HEX triplet: C2, 44 and 63. RGB value is (194,68,99). Sum of RGB (Red+Green+Blue) = 194+68+99=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C24463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24463 is #3DBB9C. Grayscale: #6D6D6D. Windows color (decimal): -4045725 or 6505666. OLE color: 6505666.

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

Color convert

RGB 194 68 99 -
CMYK 0 0.65 0.49 0.24
HSL 345.24º 0.51% 0.51% -
HSV(B) 345.24º 0.65% 0.76% -
XYZ 26.57 16.5 13.59 -
YUV 109.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 194 68 99 0 0.65 0.49 0.24 345.24 0.51 0.51
Hex C2 44 63 0 41 31 18 159 33 33
Octal 302 104 143 0 101 61 30 531 63 63
Binary 11000010 1000100 1100011 0 1000001 110001 11000 101011001 110011 110011

Color Harmonies of #C24463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24463

Black with #C24463

Text Example


Text Example

White with #C24463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24463; }

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

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

background-color css

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

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

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

border-color css

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

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

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