Html Css Color HEX #C25556 Mandy

📋 copy color: '#C25556'

red 194 ◦ green 85 ◦ blue 86

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

Shades of Mandy #C25556

Tints of Mandy #C25556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.29%

 BLUE value IS 86 (33.98% from 255) = 23.56%

R = 53.15%
G = 23.29%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C25556 (or 0xC25556) is known color: Mandy. HEX triplet: C2, 55 and 56. RGB value is (194,85,86). Sum of RGB (Red+Green+Blue) = 194+85+86=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C25556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25556 is #3DAAA9. Grayscale: #757575. Windows color (decimal): -4041386 or 5658050. OLE color: 5658050.

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

Color convert

RGB 194 85 86 -
CMYK 0 0.56 0.56 0.24
HSL 359.45º 0.47% 0.55% -
HSV(B) 359.45º 0.56% 0.76% -
XYZ 27.18 18.64 10.97 -
YUV 117.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 194 85 86 0 0.56 0.56 0.24 359.45 0.47 0.55
Hex C2 55 56 0 38 38 18 167 2F 37
Octal 302 125 126 0 70 70 30 547 57 67
Binary 11000010 1010101 1010110 0 111000 111000 11000 101100111 101111 110111

Color Harmonies of #C25556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25556

Black with #C25556

Text Example


Text Example

White with #C25556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25556; }

 p { color: rgb(194,85,86); }

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

background-color css

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

 a { background-color: rgb(194,85,86); }

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

border-color css

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

 span { border-color: rgb(194,85,86); }

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