Html Css Color HEX #C4445F Mandy

📋 copy color: '#C4445F'

red 196 ◦ green 68 ◦ blue 95

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

Shades of Mandy #C4445F

Tints of Mandy #C4445F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.46%

R = 54.6%
G = 18.94%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4445F (or 0xC4445F) is known color: Mandy. HEX triplet: C4, 44 and 5F. RGB value is (196,68,95). Sum of RGB (Red+Green+Blue) = 196+68+95=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4445F is #3BBBA0. Grayscale: #6D6D6D. Windows color (decimal): -3914657 or 6243524. OLE color: 6243524.

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

Color convert

RGB 196 68 95 -
CMYK 0 0.65 0.52 0.23
HSL 347.34º 0.52% 0.52% -
HSV(B) 347.34º 0.65% 0.77% -
XYZ 26.9 16.7 12.63 -
YUV 109.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 196 68 95 0 0.65 0.52 0.23 347.34 0.52 0.52
Hex C4 44 5F 0 41 34 17 15B 34 34
Octal 304 104 137 0 101 64 27 533 64 64
Binary 11000100 1000100 1011111 0 1000001 110100 10111 101011011 110100 110100

Color Harmonies of #C4445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4445F

Black with #C4445F

Text Example


Text Example

White with #C4445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4445F; }

 p { color: rgb(196,68,95); }

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

background-color css

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

 a { background-color: rgb(196,68,95); }

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

border-color css

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

 span { border-color: rgb(196,68,95); }

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