Html Css Color HEX #C25F64 Mandy

📋 copy color: '#C25F64'

red 194 ◦ green 95 ◦ blue 100

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

Shades of Mandy #C25F64

Tints of Mandy #C25F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.71%

R = 49.87%
G = 24.42%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C25F64 (or 0xC25F64) is known color: Mandy. HEX triplet: C2, 5F and 64. RGB value is (194,95,100). Sum of RGB (Red+Green+Blue) = 194+95+100=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F64 is #3DA09B. Grayscale: #7D7D7D. Windows color (decimal): -4038812 or 6578114. OLE color: 6578114.

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

Color convert

RGB 194 95 100 -
CMYK 0 0.51 0.48 0.24
HSL 356.97º 0.45% 0.57% -
HSV(B) 356.97º 0.51% 0.76% -
XYZ 28.64 20.57 14.52 -
YUV 125.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 194 95 100 0 0.51 0.48 0.24 356.97 0.45 0.57
Hex C2 5F 64 0 33 30 18 165 2D 39
Octal 302 137 144 0 63 60 30 545 55 71
Binary 11000010 1011111 1100100 0 110011 110000 11000 101100101 101101 111001

Color Harmonies of #C25F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F64

Black with #C25F64

Text Example


Text Example

White with #C25F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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