Html Css Color HEX #C44A4B Mandy

📋 copy color: '#C44A4B'

red 196 ◦ green 74 ◦ blue 75

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

Shades of Mandy #C44A4B

Tints of Mandy #C44A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 56.81%
G = 21.45%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C44A4B (or 0xC44A4B) is known color: Mandy. HEX triplet: C4, 4A and 4B. RGB value is (196,74,75). Sum of RGB (Red+Green+Blue) = 196+74+75=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44A4B is #3BB5B4. Grayscale: #6E6E6E. Windows color (decimal): -3913141 or 4934340. OLE color: 4934340.

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

Color convert

RGB 196 74 75 -
CMYK 0 0.62 0.62 0.23
HSL 359.51º 0.51% 0.53% -
HSV(B) 359.51º 0.62% 0.77% -
XYZ 26.48 17.14 8.57 -
YUV 110.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 196 74 75 0 0.62 0.62 0.23 359.51 0.51 0.53
Hex C4 4A 4B 0 3E 3E 17 168 33 35
Octal 304 112 113 0 76 76 27 550 63 65
Binary 11000100 1001010 1001011 0 111110 111110 10111 101101000 110011 110101

Color Harmonies of #C44A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44A4B

Black with #C44A4B

Text Example


Text Example

White with #C44A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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