Html Css Color HEX #C44B52 Mandy

📋 copy color: '#C44B52'

red 196 ◦ green 75 ◦ blue 82

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

Shades of Mandy #C44B52

Tints of Mandy #C44B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 55.52%
G = 21.25%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C44B52 (or 0xC44B52) is known color: Mandy. HEX triplet: C4, 4B and 52. RGB value is (196,75,82). Sum of RGB (Red+Green+Blue) = 196+75+82=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44B52 is #3BB4AD. Grayscale: #707070. Windows color (decimal): -3912878 or 5393348. OLE color: 5393348.

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

Color convert

RGB 196 75 82 -
CMYK 0 0.62 0.58 0.23
HSL 356.53º 0.51% 0.53% -
HSV(B) 356.53º 0.62% 0.77% -
XYZ 26.8 17.38 9.92 -
YUV 111.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 196 75 82 0 0.62 0.58 0.23 356.53 0.51 0.53
Hex C4 4B 52 0 3E 3A 17 165 33 35
Octal 304 113 122 0 76 72 27 545 63 65
Binary 11000100 1001011 1010010 0 111110 111010 10111 101100101 110011 110101

Color Harmonies of #C44B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44B52

Black with #C44B52

Text Example


Text Example

White with #C44B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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