Html Css Color HEX #C25356 Mandy

📋 copy color: '#C25356'

red 194 ◦ green 83 ◦ blue 86

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

Shades of Mandy #C25356

Tints of Mandy #C25356

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.87%

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

R = 53.44%
G = 22.87%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C25356 (or 0xC25356) is known color: Mandy. HEX triplet: C2, 53 and 56. RGB value is (194,83,86). Sum of RGB (Red+Green+Blue) = 194+83+86=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C25356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25356 is #3DACA9. Grayscale: #747474. Windows color (decimal): -4041898 or 5657538. OLE color: 5657538.

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

Color convert

RGB 194 83 86 -
CMYK 0 0.57 0.56 0.24
HSL 358.38º 0.48% 0.54% -
HSV(B) 358.38º 0.57% 0.76% -
XYZ 27.02 18.33 10.92 -
YUV 116.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 194 83 86 0 0.57 0.56 0.24 358.38 0.48 0.54
Hex C2 53 56 0 39 38 18 166 30 36
Octal 302 123 126 0 71 70 30 546 60 66
Binary 11000010 1010011 1010110 0 111001 111000 11000 101100110 110000 110110

Color Harmonies of #C25356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25356

Black with #C25356

Text Example


Text Example

White with #C25356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25356; }

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

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

background-color css

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

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

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

border-color css

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

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

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