Html Css Color HEX #C75362 Mandy

📋 copy color: '#C75362'

red 199 ◦ green 83 ◦ blue 98

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

Shades of Mandy #C75362

Tints of Mandy #C75362

RGB

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

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

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

R = 52.37%
G = 21.84%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C75362 (or 0xC75362) is known color: Mandy. HEX triplet: C7, 53 and 62. RGB value is (199,83,98). Sum of RGB (Red+Green+Blue) = 199+83+98=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C75362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75362 is #38AC9D. Grayscale: #777777. Windows color (decimal): -3714206 or 6443975. OLE color: 6443975.

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

Color convert

RGB 199 83 98 -
CMYK 0 0.58 0.51 0.22
HSL 352.24º 0.51% 0.55% -
HSV(B) 352.24º 0.58% 0.78% -
XYZ 28.85 19.21 13.74 -
YUV 119.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 199 83 98 0 0.58 0.51 0.22 352.24 0.51 0.55
Hex C7 53 62 0 3A 33 16 160 33 37
Octal 307 123 142 0 72 63 26 540 63 67
Binary 11000111 1010011 1100010 0 111010 110011 10110 101100000 110011 110111

Color Harmonies of #C75362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75362

Black with #C75362

Text Example


Text Example

White with #C75362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75362; }

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

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

background-color css

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

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

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

border-color css

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

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

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