Html Css Color HEX #C75262 Mandy

📋 copy color: '#C75262'

red 199 ◦ green 82 ◦ blue 98

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

Shades of Mandy #C75262

Tints of Mandy #C75262

RGB

 RED value IS 199 (78.13% from 255) = 52.51%

 GREEN value IS 82 (32.42% from 255) = 21.64%

 BLUE value IS 98 (38.67% from 255) = 25.86%

R = 52.51%
G = 21.64%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C75262 (or 0xC75262) is known color: Mandy. HEX triplet: C7, 52 and 62. RGB value is (199,82,98). Sum of RGB (Red+Green+Blue) = 199+82+98=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C75262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75262 is #38AD9D. Grayscale: #767676. Windows color (decimal): -3714462 or 6443719. OLE color: 6443719.

HSL color Cylindrical-coordinate representation of color #C75262: hue angle of 351.79º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75262 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 98 -
CMYK 0 0.59 0.51 0.22
HSL 351.79º 0.51% 0.55% -
HSV(B) 351.79º 0.59% 0.78% -
XYZ 28.78 19.06 13.72 -
YUV 118.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 199 82 98 0 0.59 0.51 0.22 351.79 0.51 0.55
Hex C7 52 62 0 3B 33 16 160 33 37
Octal 307 122 142 0 73 63 26 540 63 67
Binary 11000111 1010010 1100010 0 111011 110011 10110 101100000 110011 110111

Color Harmonies of #C75262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75262

Black with #C75262

Text Example


Text Example

White with #C75262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75262; }

 p { color: rgb(199,82,98); }

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

background-color css

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

 a { background-color: rgb(199,82,98); }

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

border-color css

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

 span { border-color: rgb(199,82,98); }

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