Html Css Color HEX #C2535E Mandy

📋 copy color: '#C2535E'

red 194 ◦ green 83 ◦ blue 94

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

Shades of Mandy #C2535E

Tints of Mandy #C2535E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

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

R = 52.29%
G = 22.37%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2535E (or 0xC2535E) is known color: Mandy. HEX triplet: C2, 53 and 5E. RGB value is (194,83,94). Sum of RGB (Red+Green+Blue) = 194+83+94=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2535E is #3DACA1. Grayscale: #757575. Windows color (decimal): -4041890 or 6181826. OLE color: 6181826.

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

Color convert

RGB 194 83 94 -
CMYK 0 0.57 0.52 0.24
HSL 354.05º 0.48% 0.54% -
HSV(B) 354.05º 0.57% 0.76% -
XYZ 27.36 18.46 12.71 -
YUV 117.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 194 83 94 0 0.57 0.52 0.24 354.05 0.48 0.54
Hex C2 53 5E 0 39 34 18 162 30 36
Octal 302 123 136 0 71 64 30 542 60 66
Binary 11000010 1010011 1011110 0 111001 110100 11000 101100010 110000 110110

Color Harmonies of #C2535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2535E

Black with #C2535E

Text Example


Text Example

White with #C2535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2535E; }

 p { color: rgb(194,83,94); }

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

background-color css

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

 a { background-color: rgb(194,83,94); }

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

border-color css

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

 span { border-color: rgb(194,83,94); }

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