Html Css Color HEX #C44B4E Mandy

📋 copy color: '#C44B4E'

red 196 ◦ green 75 ◦ blue 78

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

Shades of Mandy #C44B4E

Tints of Mandy #C44B4E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.49%

 BLUE value IS 78 (30.86% from 255) = 22.35%

R = 56.16%
G = 21.49%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C44B4E (or 0xC44B4E) is known color: Mandy. HEX triplet: C4, 4B and 4E. RGB value is (196,75,78). Sum of RGB (Red+Green+Blue) = 196+75+78=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44B4E is #3BB4B1. Grayscale: #6F6F6F. Windows color (decimal): -3912882 or 5131204. OLE color: 5131204.

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

Color convert

RGB 196 75 78 -
CMYK 0 0.62 0.60 0.23
HSL 358.51º 0.51% 0.53% -
HSV(B) 358.51º 0.62% 0.77% -
XYZ 26.66 17.32 9.15 -
YUV 111.52 109.09 188.26 -
System Red Green Blue C M Y K H S L
Decimal 196 75 78 0 0.62 0.60 0.23 358.51 0.51 0.53
Hex C4 4B 4E 0 3E 3C 17 167 33 35
Octal 304 113 116 0 76 74 27 547 63 65
Binary 11000100 1001011 1001110 0 111110 111100 10111 101100111 110011 110101

Color Harmonies of #C44B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44B4E

Black with #C44B4E

Text Example


Text Example

White with #C44B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44B4E; }

 p { color: rgb(196,75,78); }

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

background-color css

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

 a { background-color: rgb(196,75,78); }

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

border-color css

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

 span { border-color: rgb(196,75,78); }

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