Html Css Color HEX #C24363 Blush

📋 copy color: '#C24363'

red 194 ◦ green 67 ◦ blue 99

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

Shades of Blush #C24363

Tints of Blush #C24363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.61%

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

R = 53.89%
G = 18.61%
B = 27.5%

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

#C24363 (or 0xC24363) is known color: Blush. HEX triplet: C2, 43 and 63. RGB value is (194,67,99). Sum of RGB (Red+Green+Blue) = 194+67+99=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C24363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24363 is #3DBC9C. Grayscale: #6C6C6C. Windows color (decimal): -4045981 or 6505410. OLE color: 6505410.

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

Color convert

RGB 194 67 99 -
CMYK 0 0.65 0.49 0.24
HSL 344.88º 0.51% 0.51% -
HSV(B) 344.88º 0.65% 0.76% -
XYZ 26.51 16.38 13.57 -
YUV 108.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 194 67 99 0 0.65 0.49 0.24 344.88 0.51 0.51
Hex C2 43 63 0 41 31 18 159 33 33
Octal 302 103 143 0 101 61 30 531 63 63
Binary 11000010 1000011 1100011 0 1000001 110001 11000 101011001 110011 110011

Color Harmonies of #C24363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24363

Black with #C24363

Text Example


Text Example

White with #C24363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24363; }

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

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

background-color css

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

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

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

border-color css

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

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

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