Html Css Color HEX #C05358 Mandy

📋 copy color: '#C05358'

red 192 ◦ green 83 ◦ blue 88

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

Shades of Mandy #C05358

Tints of Mandy #C05358

RGB

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

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

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

R = 52.89%
G = 22.87%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C05358 (or 0xC05358) is known color: Mandy. HEX triplet: C0, 53 and 58. RGB value is (192,83,88). Sum of RGB (Red+Green+Blue) = 192+83+88=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C05358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05358 is #3FACA7. Grayscale: #747474. Windows color (decimal): -4172968 or 5788608. OLE color: 5788608.

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

Color convert

RGB 192 83 88 -
CMYK 0 0.57 0.54 0.25
HSL 357.25º 0.46% 0.54% -
HSV(B) 357.25º 0.57% 0.75% -
XYZ 26.59 18.1 11.32 -
YUV 116.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 192 83 88 0 0.57 0.54 0.25 357.25 0.46 0.54
Hex C0 53 58 0 39 36 19 165 2E 36
Octal 300 123 130 0 71 66 31 545 56 66
Binary 11000000 1010011 1011000 0 111001 110110 11001 101100101 101110 110110

Color Harmonies of #C05358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05358

Black with #C05358

Text Example


Text Example

White with #C05358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05358; }

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

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

background-color css

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

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

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

border-color css

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

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

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