Html Css Color HEX #C44B5A Mandy

📋 copy color: '#C44B5A'

red 196 ◦ green 75 ◦ blue 90

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

Shades of Mandy #C44B5A

Tints of Mandy #C44B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 54.29%
G = 20.78%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C44B5A (or 0xC44B5A) is known color: Mandy. HEX triplet: C4, 4B and 5A. RGB value is (196,75,90). Sum of RGB (Red+Green+Blue) = 196+75+90=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44B5A is #3BB4A5. Grayscale: #707070. Windows color (decimal): -3912870 or 5917636. OLE color: 5917636.

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

Color convert

RGB 196 75 90 -
CMYK 0 0.62 0.54 0.23
HSL 352.56º 0.51% 0.53% -
HSV(B) 352.56º 0.62% 0.77% -
XYZ 27.13 17.51 11.62 -
YUV 112.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 196 75 90 0 0.62 0.54 0.23 352.56 0.51 0.53
Hex C4 4B 5A 0 3E 36 17 161 33 35
Octal 304 113 132 0 76 66 27 541 63 65
Binary 11000100 1001011 1011010 0 111110 110110 10111 101100001 110011 110101

Color Harmonies of #C44B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44B5A

Black with #C44B5A

Text Example


Text Example

White with #C44B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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