Html Css Color HEX #C3575D Mandy

📋 copy color: '#C3575D'

red 195 ◦ green 87 ◦ blue 93

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

Shades of Mandy #C3575D

Tints of Mandy #C3575D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 52%
G = 23.2%
B = 24.8%

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

#C3575D (or 0xC3575D) is known color: Mandy. HEX triplet: C3, 57 and 5D. RGB value is (195,87,93). Sum of RGB (Red+Green+Blue) = 195+87+93=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3575D is #3CA8A2. Grayscale: #787878. Windows color (decimal): -3975331 or 6117315. OLE color: 6117315.

HSL color Cylindrical-coordinate representation of color #C3575D: hue angle of 356.67º 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 #C3575D is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 87 93 -
CMYK 0 0.55 0.52 0.24
HSL 356.67º 0.47% 0.55% -
HSV(B) 356.67º 0.55% 0.76% -
XYZ 27.89 19.21 12.59 -
YUV 119.98 112.78 181.51 -
System Red Green Blue C M Y K H S L
Decimal 195 87 93 0 0.55 0.52 0.24 356.67 0.47 0.55
Hex C3 57 5D 0 37 34 18 165 2F 37
Octal 303 127 135 0 67 64 30 545 57 67
Binary 11000011 1010111 1011101 0 110111 110100 11000 101100101 101111 110111

Color Harmonies of #C3575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3575D

Black with #C3575D

Text Example


Text Example

White with #C3575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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