Html Css Color HEX #C75358 Mandy

📋 copy color: '#C75358'

red 199 ◦ green 83 ◦ blue 88

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

Shades of Mandy #C75358

Tints of Mandy #C75358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.78%

R = 53.78%
G = 22.43%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C75358 (or 0xC75358) is known color: Mandy. HEX triplet: C7, 53 and 58. RGB value is (199,83,88). Sum of RGB (Red+Green+Blue) = 199+83+88=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C75358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75358 is #38ACA7. Grayscale: #767676. Windows color (decimal): -3714216 or 5788615. OLE color: 5788615.

HSL color Cylindrical-coordinate representation of color #C75358: hue angle of 357.41º 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 #C75358 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 83 88 -
CMYK 0 0.58 0.56 0.22
HSL 357.41º 0.51% 0.55% -
HSV(B) 357.41º 0.58% 0.78% -
XYZ 28.41 19.03 11.41 -
YUV 118.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 199 83 88 0 0.58 0.56 0.22 357.41 0.51 0.55
Hex C7 53 58 0 3A 38 16 165 33 37
Octal 307 123 130 0 72 70 26 545 63 67
Binary 11000111 1010011 1011000 0 111010 111000 10110 101100101 110011 110111

Color Harmonies of #C75358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75358

Black with #C75358

Text Example


Text Example

White with #C75358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75358; }

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

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

background-color css

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

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

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

border-color css

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

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

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