Html Css Color HEX #C3575B Mandy

📋 copy color: '#C3575B'

red 195 ◦ green 87 ◦ blue 91

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

Shades of Mandy #C3575B

Tints of Mandy #C3575B

RGB

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

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

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

R = 52.28%
G = 23.32%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3575B (or 0xC3575B) is known color: Mandy. HEX triplet: C3, 57 and 5B. RGB value is (195,87,91). Sum of RGB (Red+Green+Blue) = 195+87+91=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3575B is #3CA8A4. Grayscale: #777777. Windows color (decimal): -3975333 or 5986243. OLE color: 5986243.

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

Color convert

RGB 195 87 91 -
CMYK 0 0.55 0.53 0.24
HSL 357.78º 0.47% 0.55% -
HSV(B) 357.78º 0.55% 0.76% -
XYZ 27.8 19.17 12.13 -
YUV 119.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 195 87 91 0 0.55 0.53 0.24 357.78 0.47 0.55
Hex C3 57 5B 0 37 35 18 166 2F 37
Octal 303 127 133 0 67 65 30 546 57 67
Binary 11000011 1010111 1011011 0 110111 110101 11000 101100110 101111 110111

Color Harmonies of #C3575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3575B

Black with #C3575B

Text Example


Text Example

White with #C3575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3575B; }

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

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

background-color css

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

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

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

border-color css

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

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

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