Html Css Color HEX #C24252 Mandy

📋 copy color: '#C24252'

red 194 ◦ green 66 ◦ blue 82

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

Shades of Mandy #C24252

Tints of Mandy #C24252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

 BLUE value IS 82 (32.42% from 255) = 23.98%

R = 56.73%
G = 19.3%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C24252 (or 0xC24252) is known color: Mandy. HEX triplet: C2, 42 and 52. RGB value is (194,66,82). Sum of RGB (Red+Green+Blue) = 194+66+82=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C24252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24252 is #3DBDAD. Grayscale: #6A6A6A. Windows color (decimal): -4046254 or 5391042. OLE color: 5391042.

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

Color convert

RGB 194 66 82 -
CMYK 0 0.66 0.58 0.24
HSL 352.5º 0.51% 0.51% -
HSV(B) 352.5º 0.66% 0.76% -
XYZ 25.72 15.97 9.71 -
YUV 106.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 194 66 82 0 0.66 0.58 0.24 352.5 0.51 0.51
Hex C2 42 52 0 42 3A 18 160 33 33
Octal 302 102 122 0 102 72 30 540 63 63
Binary 11000010 1000010 1010010 0 1000010 111010 11000 101100000 110011 110011

Color Harmonies of #C24252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24252

Black with #C24252

Text Example


Text Example

White with #C24252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24252; }

 p { color: rgb(194,66,82); }

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

background-color css

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

 a { background-color: rgb(194,66,82); }

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

border-color css

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

 span { border-color: rgb(194,66,82); }

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