Html Css Color HEX #C44254 Mandy

📋 copy color: '#C44254'

red 196 ◦ green 66 ◦ blue 84

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

Shades of Mandy #C44254

Tints of Mandy #C44254

RGB

 RED value IS 196 (76.95% from 255) = 56.65%

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

 BLUE value IS 84 (33.2% from 255) = 24.28%

R = 56.65%
G = 19.08%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C44254 (or 0xC44254) is known color: Mandy. HEX triplet: C4, 42 and 54. RGB value is (196,66,84). Sum of RGB (Red+Green+Blue) = 196+66+84=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C44254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44254 is #3BBDAB. Grayscale: #6A6A6A. Windows color (decimal): -3915180 or 5522116. OLE color: 5522116.

HSL color Cylindrical-coordinate representation of color #C44254: hue angle of 351.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44254 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 84 -
CMYK 0 0.66 0.57 0.23
HSL 351.69º 0.52% 0.51% -
HSV(B) 351.69º 0.66% 0.77% -
XYZ 26.31 16.27 10.14 -
YUV 106.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 196 66 84 0 0.66 0.57 0.23 351.69 0.52 0.51
Hex C4 42 54 0 42 39 17 160 34 33
Octal 304 102 124 0 102 71 27 540 64 63
Binary 11000100 1000010 1010100 0 1000010 111001 10111 101100000 110100 110011

Color Harmonies of #C44254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44254

Black with #C44254

Text Example


Text Example

White with #C44254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44254; }

 p { color: rgb(196,66,84); }

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

background-color css

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

 a { background-color: rgb(196,66,84); }

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

border-color css

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

 span { border-color: rgb(196,66,84); }

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