Html Css Color HEX #C25D61 Mandy

📋 copy color: '#C25D61'

red 194 ◦ green 93 ◦ blue 97

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

Shades of Mandy #C25D61

Tints of Mandy #C25D61

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.22%

 BLUE value IS 97 (38.28% from 255) = 25.26%

R = 50.52%
G = 24.22%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C25D61 (or 0xC25D61) is known color: Mandy. HEX triplet: C2, 5D and 61. RGB value is (194,93,97). Sum of RGB (Red+Green+Blue) = 194+93+97=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D61 is #3DA29E. Grayscale: #7B7B7B. Windows color (decimal): -4039327 or 6380994. OLE color: 6380994.

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

Color convert

RGB 194 93 97 -
CMYK 0 0.52 0.50 0.24
HSL 357.62º 0.45% 0.56% -
HSV(B) 357.62º 0.52% 0.76% -
XYZ 28.32 20.16 13.71 -
YUV 123.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 194 93 97 0 0.52 0.50 0.24 357.62 0.45 0.56
Hex C2 5D 61 0 34 32 18 166 2D 38
Octal 302 135 141 0 64 62 30 546 55 70
Binary 11000010 1011101 1100001 0 110100 110010 11000 101100110 101101 111000

Color Harmonies of #C25D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D61

Black with #C25D61

Text Example


Text Example

White with #C25D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D61; }

 p { color: rgb(194,93,97); }

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

background-color css

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

 a { background-color: rgb(194,93,97); }

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

border-color css

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

 span { border-color: rgb(194,93,97); }

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