Html Css Color HEX #C4505B Mandy

📋 copy color: '#C4505B'

red 196 ◦ green 80 ◦ blue 91

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

Shades of Mandy #C4505B

Tints of Mandy #C4505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.8%

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

R = 53.41%
G = 21.8%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4505B (or 0xC4505B) is known color: Mandy. HEX triplet: C4, 50 and 5B. RGB value is (196,80,91). Sum of RGB (Red+Green+Blue) = 196+80+91=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C4505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4505B is #3BAFA4. Grayscale: #747474. Windows color (decimal): -3911589 or 5984452. OLE color: 5984452.

HSL color Cylindrical-coordinate representation of color #C4505B: hue angle of 354.31º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4505B is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 91 -
CMYK 0 0.59 0.54 0.23
HSL 354.31º 0.5% 0.54% -
HSV(B) 354.31º 0.59% 0.77% -
XYZ 27.52 18.23 11.97 -
YUV 115.94 113.93 185.11 -
System Red Green Blue C M Y K H S L
Decimal 196 80 91 0 0.59 0.54 0.23 354.31 0.5 0.54
Hex C4 50 5B 0 3B 36 17 162 32 36
Octal 304 120 133 0 73 66 27 542 62 66
Binary 11000100 1010000 1011011 0 111011 110110 10111 101100010 110010 110110

Color Harmonies of #C4505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4505B

Black with #C4505B

Text Example


Text Example

White with #C4505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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