Html Css Color HEX #C24462 Blush

📋 copy color: '#C24462'

red 194 ◦ green 68 ◦ blue 98

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

Shades of Blush #C24462

Tints of Blush #C24462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.22%

R = 53.89%
G = 18.89%
B = 27.22%

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

#C24462 (or 0xC24462) is known color: Blush. HEX triplet: C2, 44 and 62. RGB value is (194,68,98). Sum of RGB (Red+Green+Blue) = 194+68+98=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C24462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24462 is #3DBB9D. Grayscale: #6D6D6D. Windows color (decimal): -4045726 or 6440130. OLE color: 6440130.

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

Color convert

RGB 194 68 98 -
CMYK 0 0.65 0.49 0.24
HSL 345.71º 0.51% 0.51% -
HSV(B) 345.71º 0.65% 0.76% -
XYZ 26.52 16.49 13.34 -
YUV 109.09 121.74 188.56 -
System Red Green Blue C M Y K H S L
Decimal 194 68 98 0 0.65 0.49 0.24 345.71 0.51 0.51
Hex C2 44 62 0 41 31 18 15A 33 33
Octal 302 104 142 0 101 61 30 532 63 63
Binary 11000010 1000100 1100010 0 1000001 110001 11000 101011010 110011 110011

Color Harmonies of #C24462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24462

Black with #C24462

Text Example


Text Example

White with #C24462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24462; }

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

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

background-color css

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

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

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

border-color css

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

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

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