Html Css Color HEX #C2575A Mandy

📋 copy color: '#C2575A'

red 194 ◦ green 87 ◦ blue 90

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

Shades of Mandy #C2575A

Tints of Mandy #C2575A

RGB

 RED value IS 194 (76.17% from 255) = 52.29%

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

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

R = 52.29%
G = 23.45%
B = 24.26%

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

#C2575A (or 0xC2575A) is known color: Mandy. HEX triplet: C2, 57 and 5A. RGB value is (194,87,90). Sum of RGB (Red+Green+Blue) = 194+87+90=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2575A is #3DA8A5. Grayscale: #777777. Windows color (decimal): -4040870 or 5920706. OLE color: 5920706.

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

Color convert

RGB 194 87 90 -
CMYK 0 0.55 0.54 0.24
HSL 358.32º 0.47% 0.55% -
HSV(B) 358.32º 0.55% 0.76% -
XYZ 27.5 19.02 11.9 -
YUV 119.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 194 87 90 0 0.55 0.54 0.24 358.32 0.47 0.55
Hex C2 57 5A 0 37 36 18 166 2F 37
Octal 302 127 132 0 67 66 30 546 57 67
Binary 11000010 1010111 1011010 0 110111 110110 11000 101100110 101111 110111

Color Harmonies of #C2575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2575A

Black with #C2575A

Text Example


Text Example

White with #C2575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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