Html Css Color HEX #C3575A Mandy

📋 copy color: '#C3575A'

red 195 ◦ green 87 ◦ blue 90

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

Shades of Mandy #C3575A

Tints of Mandy #C3575A

RGB

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

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

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

R = 52.42%
G = 23.39%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3575A (or 0xC3575A) is known color: Mandy. HEX triplet: C3, 57 and 5A. RGB value is (195,87,90). Sum of RGB (Red+Green+Blue) = 195+87+90=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3575A is #3CA8A5. Grayscale: #777777. Windows color (decimal): -3975334 or 5920707. OLE color: 5920707.

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

Color convert

RGB 195 87 90 -
CMYK 0 0.55 0.54 0.24
HSL 358.33º 0.47% 0.55% -
HSV(B) 358.33º 0.55% 0.76% -
XYZ 27.76 19.16 11.91 -
YUV 119.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 195 87 90 0 0.55 0.54 0.24 358.33 0.47 0.55
Hex C3 57 5A 0 37 36 18 166 2F 37
Octal 303 127 132 0 67 66 30 546 57 67
Binary 11000011 1010111 1011010 0 110111 110110 11000 101100110 101111 110111

Color Harmonies of #C3575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3575A

Black with #C3575A

Text Example


Text Example

White with #C3575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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