Html Css Color HEX #C25152 Mandy

📋 copy color: '#C25152'

red 194 ◦ green 81 ◦ blue 82

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

Shades of Mandy #C25152

Tints of Mandy #C25152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.69%

 BLUE value IS 82 (32.42% from 255) = 22.97%

R = 54.34%
G = 22.69%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C25152 (or 0xC25152) is known color: Mandy. HEX triplet: C2, 51 and 52. RGB value is (194,81,82). Sum of RGB (Red+Green+Blue) = 194+81+82=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C25152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25152 is #3DAEAD. Grayscale: #737373. Windows color (decimal): -4042414 or 5394882. OLE color: 5394882.

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

Color convert

RGB 194 81 82 -
CMYK 0 0.58 0.58 0.24
HSL 359.47º 0.48% 0.54% -
HSV(B) 359.47º 0.58% 0.76% -
XYZ 26.71 17.96 10.04 -
YUV 114.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 194 81 82 0 0.58 0.58 0.24 359.47 0.48 0.54
Hex C2 51 52 0 3A 3A 18 167 30 36
Octal 302 121 122 0 72 72 30 547 60 66
Binary 11000010 1010001 1010010 0 111010 111010 11000 101100111 110000 110110

Color Harmonies of #C25152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25152

Black with #C25152

Text Example


Text Example

White with #C25152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25152; }

 p { color: rgb(194,81,82); }

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

background-color css

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

 a { background-color: rgb(194,81,82); }

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

border-color css

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

 span { border-color: rgb(194,81,82); }

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