Html Css Color HEX #C25357 Mandy

📋 copy color: '#C25357'

red 194 ◦ green 83 ◦ blue 87

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

Shades of Mandy #C25357

Tints of Mandy #C25357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.9%

R = 53.3%
G = 22.8%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C25357 (or 0xC25357) is known color: Mandy. HEX triplet: C2, 53 and 57. RGB value is (194,83,87). Sum of RGB (Red+Green+Blue) = 194+83+87=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C25357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25357 is #3DACA8. Grayscale: #747474. Windows color (decimal): -4041897 or 5723074. OLE color: 5723074.

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

Color convert

RGB 194 83 87 -
CMYK 0 0.57 0.55 0.24
HSL 357.84º 0.48% 0.54% -
HSV(B) 357.84º 0.57% 0.76% -
XYZ 27.06 18.34 11.13 -
YUV 116.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 194 83 87 0 0.57 0.55 0.24 357.84 0.48 0.54
Hex C2 53 57 0 39 37 18 166 30 36
Octal 302 123 127 0 71 67 30 546 60 66
Binary 11000010 1010011 1010111 0 111001 110111 11000 101100110 110000 110110

Color Harmonies of #C25357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25357

Black with #C25357

Text Example


Text Example

White with #C25357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25357; }

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

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

background-color css

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

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

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

border-color css

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

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

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