Html Css Color HEX #C4475A Mandy

📋 copy color: '#C4475A'

red 196 ◦ green 71 ◦ blue 90

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

Shades of Mandy #C4475A

Tints of Mandy #C4475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

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

R = 54.9%
G = 19.89%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4475A (or 0xC4475A) is known color: Mandy. HEX triplet: C4, 47 and 5A. RGB value is (196,71,90). Sum of RGB (Red+Green+Blue) = 196+71+90=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4475A is #3BB8A5. Grayscale: #6E6E6E. Windows color (decimal): -3913894 or 5916612. OLE color: 5916612.

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

Color convert

RGB 196 71 90 -
CMYK 0 0.64 0.54 0.23
HSL 350.88º 0.51% 0.52% -
HSV(B) 350.88º 0.64% 0.77% -
XYZ 26.86 16.98 11.53 -
YUV 110.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 196 71 90 0 0.64 0.54 0.23 350.88 0.51 0.52
Hex C4 47 5A 0 40 36 17 15F 33 34
Octal 304 107 132 0 100 66 27 537 63 64
Binary 11000100 1000111 1011010 0 1000000 110110 10111 101011111 110011 110100

Color Harmonies of #C4475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4475A

Black with #C4475A

Text Example


Text Example

White with #C4475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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