Html Css Color HEX #C4425D Mandy

📋 copy color: '#C4425D'

red 196 ◦ green 66 ◦ blue 93

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

Shades of Mandy #C4425D

Tints of Mandy #C4425D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 55.21%
G = 18.59%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4425D (or 0xC4425D) is known color: Mandy. HEX triplet: C4, 42 and 5D. RGB value is (196,66,93). Sum of RGB (Red+Green+Blue) = 196+66+93=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4425D is #3BBDA2. Grayscale: #6B6B6B. Windows color (decimal): -3915171 or 6111940. OLE color: 6111940.

HSL color Cylindrical-coordinate representation of color #C4425D: hue angle of 347.54º 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 #C4425D is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 93 -
CMYK 0 0.66 0.53 0.23
HSL 347.54º 0.52% 0.51% -
HSV(B) 347.54º 0.66% 0.77% -
XYZ 26.69 16.42 12.12 -
YUV 107.95 119.57 190.8 -
System Red Green Blue C M Y K H S L
Decimal 196 66 93 0 0.66 0.53 0.23 347.54 0.52 0.51
Hex C4 42 5D 0 42 35 17 15C 34 33
Octal 304 102 135 0 102 65 27 534 64 63
Binary 11000100 1000010 1011101 0 1000010 110101 10111 101011100 110100 110011

Color Harmonies of #C4425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4425D

Black with #C4425D

Text Example


Text Example

White with #C4425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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