Html Css Color HEX #C4485B Mandy

📋 copy color: '#C4485B'

red 196 ◦ green 72 ◦ blue 91

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

Shades of Mandy #C4485B

Tints of Mandy #C4485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 54.6%
G = 20.06%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4485B (or 0xC4485B) is known color: Mandy. HEX triplet: C4, 48 and 5B. RGB value is (196,72,91). Sum of RGB (Red+Green+Blue) = 196+72+91=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4485B is #3BB7A4. Grayscale: #6F6F6F. Windows color (decimal): -3913637 or 5982404. OLE color: 5982404.

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

Color convert

RGB 196 72 91 -
CMYK 0 0.63 0.54 0.23
HSL 350.81º 0.51% 0.53% -
HSV(B) 350.81º 0.63% 0.77% -
XYZ 26.97 17.13 11.78 -
YUV 111.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 196 72 91 0 0.63 0.54 0.23 350.81 0.51 0.53
Hex C4 48 5B 0 3F 36 17 15F 33 35
Octal 304 110 133 0 77 66 27 537 63 65
Binary 11000100 1001000 1011011 0 111111 110110 10111 101011111 110011 110101

Color Harmonies of #C4485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4485B

Black with #C4485B

Text Example


Text Example

White with #C4485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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