Html Css Color HEX #C25B5D Mandy

📋 copy color: '#C25B5D'

red 194 ◦ green 91 ◦ blue 93

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

Shades of Mandy #C25B5D

Tints of Mandy #C25B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 51.32%
G = 24.07%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C25B5D (or 0xC25B5D) is known color: Mandy. HEX triplet: C2, 5B and 5D. RGB value is (194,91,93). Sum of RGB (Red+Green+Blue) = 194+91+93=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B5D is #3DA4A2. Grayscale: #7A7A7A. Windows color (decimal): -4039843 or 6118338. OLE color: 6118338.

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

Color convert

RGB 194 91 93 -
CMYK 0 0.53 0.52 0.24
HSL 358.84º 0.46% 0.56% -
HSV(B) 358.84º 0.53% 0.76% -
XYZ 27.97 19.74 12.69 -
YUV 122.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 194 91 93 0 0.53 0.52 0.24 358.84 0.46 0.56
Hex C2 5B 5D 0 35 34 18 167 2E 38
Octal 302 133 135 0 65 64 30 547 56 70
Binary 11000010 1011011 1011101 0 110101 110100 11000 101100111 101110 111000

Color Harmonies of #C25B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B5D

Black with #C25B5D

Text Example


Text Example

White with #C25B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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