Html Css Color HEX #C24852 Mandy

📋 copy color: '#C24852'

red 194 ◦ green 72 ◦ blue 82

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

Shades of Mandy #C24852

Tints of Mandy #C24852

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

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

R = 55.75%
G = 20.69%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C24852 (or 0xC24852) is known color: Mandy. HEX triplet: C2, 48 and 52. RGB value is (194,72,82). Sum of RGB (Red+Green+Blue) = 194+72+82=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C24852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24852 is #3DB7AD. Grayscale: #6D6D6D. Windows color (decimal): -4044718 or 5392578. OLE color: 5392578.

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

Color convert

RGB 194 72 82 -
CMYK 0 0.63 0.58 0.24
HSL 355.08º 0.5% 0.52% -
HSV(B) 355.08º 0.63% 0.76% -
XYZ 26.09 16.71 9.83 -
YUV 109.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 194 72 82 0 0.63 0.58 0.24 355.08 0.5 0.52
Hex C2 48 52 0 3F 3A 18 163 32 34
Octal 302 110 122 0 77 72 30 543 62 64
Binary 11000010 1001000 1010010 0 111111 111010 11000 101100011 110010 110100

Color Harmonies of #C24852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24852

Black with #C24852

Text Example


Text Example

White with #C24852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24852; }

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

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

background-color css

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

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

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

border-color css

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

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

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