Html Css Color HEX #C4485F Mandy

📋 copy color: '#C4485F'

red 196 ◦ green 72 ◦ blue 95

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

Shades of Mandy #C4485F

Tints of Mandy #C4485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

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

R = 53.99%
G = 19.83%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4485F (or 0xC4485F) is known color: Mandy. HEX triplet: C4, 48 and 5F. RGB value is (196,72,95). Sum of RGB (Red+Green+Blue) = 196+72+95=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C4485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4485F is #3BB7A0. Grayscale: #6F6F6F. Windows color (decimal): -3913633 or 6244548. OLE color: 6244548.

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

Color convert

RGB 196 72 95 -
CMYK 0 0.63 0.52 0.23
HSL 348.87º 0.51% 0.53% -
HSV(B) 348.87º 0.63% 0.77% -
XYZ 27.15 17.2 12.71 -
YUV 111.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 196 72 95 0 0.63 0.52 0.23 348.87 0.51 0.53
Hex C4 48 5F 0 3F 34 17 15D 33 35
Octal 304 110 137 0 77 64 27 535 63 65
Binary 11000100 1001000 1011111 0 111111 110100 10111 101011101 110011 110101

Color Harmonies of #C4485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4485F

Black with #C4485F

Text Example


Text Example

White with #C4485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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