Html Css Color HEX #C4475C Mandy

📋 copy color: '#C4475C'

red 196 ◦ green 71 ◦ blue 92

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

Shades of Mandy #C4475C

Tints of Mandy #C4475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.63%

R = 54.6%
G = 19.78%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4475C (or 0xC4475C) is known color: Mandy. HEX triplet: C4, 47 and 5C. RGB value is (196,71,92). Sum of RGB (Red+Green+Blue) = 196+71+92=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4475C is #3BB8A3. Grayscale: #6E6E6E. Windows color (decimal): -3913892 or 6047684. OLE color: 6047684.

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

Color convert

RGB 196 71 92 -
CMYK 0 0.64 0.53 0.23
HSL 349.92º 0.51% 0.52% -
HSV(B) 349.92º 0.64% 0.77% -
XYZ 26.95 17.01 11.99 -
YUV 110.77 117.41 188.79 -
System Red Green Blue C M Y K H S L
Decimal 196 71 92 0 0.64 0.53 0.23 349.92 0.51 0.52
Hex C4 47 5C 0 40 35 17 15E 33 34
Octal 304 107 134 0 100 65 27 536 63 64
Binary 11000100 1000111 1011100 0 1000000 110101 10111 101011110 110011 110100

Color Harmonies of #C4475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4475C

Black with #C4475C

Text Example


Text Example

White with #C4475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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