Html Css Color HEX #C25F63 Mandy

📋 copy color: '#C25F63'

red 194 ◦ green 95 ◦ blue 99

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

Shades of Mandy #C25F63

Tints of Mandy #C25F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.48%

 BLUE value IS 99 (39.06% from 255) = 25.52%

R = 50%
G = 24.48%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C25F63 (or 0xC25F63) is known color: Mandy. HEX triplet: C2, 5F and 63. RGB value is (194,95,99). Sum of RGB (Red+Green+Blue) = 194+95+99=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F63 is #3DA09C. Grayscale: #7D7D7D. Windows color (decimal): -4038813 or 6512578. OLE color: 6512578.

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

Color convert

RGB 194 95 99 -
CMYK 0 0.51 0.49 0.24
HSL 357.58º 0.45% 0.57% -
HSV(B) 357.58º 0.51% 0.76% -
XYZ 28.59 20.55 14.26 -
YUV 125.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 194 95 99 0 0.51 0.49 0.24 357.58 0.45 0.57
Hex C2 5F 63 0 33 31 18 166 2D 39
Octal 302 137 143 0 63 61 30 546 55 71
Binary 11000010 1011111 1100011 0 110011 110001 11000 101100110 101101 111001

Color Harmonies of #C25F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F63

Black with #C25F63

Text Example


Text Example

White with #C25F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F63; }

 p { color: rgb(194,95,99); }

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

background-color css

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

 a { background-color: rgb(194,95,99); }

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

border-color css

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

 span { border-color: rgb(194,95,99); }

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