Html Css Color HEX #C3575E Mandy

📋 copy color: '#C3575E'

red 195 ◦ green 87 ◦ blue 94

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

Shades of Mandy #C3575E

Tints of Mandy #C3575E

RGB

 RED value IS 195 (76.56% from 255) = 51.86%

 GREEN value IS 87 (34.38% from 255) = 23.14%

 BLUE value IS 94 (37.11% from 255) = 25%

R = 51.86%
G = 23.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3575E (or 0xC3575E) is known color: Mandy. HEX triplet: C3, 57 and 5E. RGB value is (195,87,94). Sum of RGB (Red+Green+Blue) = 195+87+94=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3575E is #3CA8A1. Grayscale: #787878. Windows color (decimal): -3975330 or 6182851. OLE color: 6182851.

HSL color Cylindrical-coordinate representation of color #C3575E: hue angle of 356.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3575E is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 87 94 -
CMYK 0 0.55 0.52 0.24
HSL 356.11º 0.47% 0.55% -
HSV(B) 356.11º 0.55% 0.76% -
XYZ 27.93 19.23 12.83 -
YUV 120.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 195 87 94 0 0.55 0.52 0.24 356.11 0.47 0.55
Hex C3 57 5E 0 37 34 18 164 2F 37
Octal 303 127 136 0 67 64 30 544 57 67
Binary 11000011 1010111 1011110 0 110111 110100 11000 101100100 101111 110111

Color Harmonies of #C3575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3575E

Black with #C3575E

Text Example


Text Example

White with #C3575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3575E; }

 p { color: rgb(195,87,94); }

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

background-color css

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

 a { background-color: rgb(195,87,94); }

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

border-color css

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

 span { border-color: rgb(195,87,94); }

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