Html Css Color HEX #C05058 Mandy

📋 copy color: '#C05058'

red 192 ◦ green 80 ◦ blue 88

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

Shades of Mandy #C05058

Tints of Mandy #C05058

RGB

 RED value IS 192 (75.39% from 255) = 53.33%

 GREEN value IS 80 (31.64% from 255) = 22.22%

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

R = 53.33%
G = 22.22%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C05058 (or 0xC05058) is known color: Mandy. HEX triplet: C0, 50 and 58. RGB value is (192,80,88). Sum of RGB (Red+Green+Blue) = 192+80+88=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C05058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05058 is #3FAFA7. Grayscale: #727272. Windows color (decimal): -4173736 or 5787840. OLE color: 5787840.

HSL color Cylindrical-coordinate representation of color #C05058: hue angle of 355.71º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05058 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 80 88 -
CMYK 0 0.58 0.54 0.25
HSL 355.71º 0.47% 0.53% -
HSV(B) 355.71º 0.58% 0.75% -
XYZ 26.37 17.65 11.25 -
YUV 114.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 192 80 88 0 0.58 0.54 0.25 355.71 0.47 0.53
Hex C0 50 58 0 3A 36 19 164 2F 35
Octal 300 120 130 0 72 66 31 544 57 65
Binary 11000000 1010000 1011000 0 111010 110110 11001 101100100 101111 110101

Color Harmonies of #C05058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05058

Black with #C05058

Text Example


Text Example

White with #C05058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05058; }

 p { color: rgb(192,80,88); }

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

background-color css

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

 a { background-color: rgb(192,80,88); }

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

border-color css

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

 span { border-color: rgb(192,80,88); }

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