Html Css Color HEX #C05C63 Mandy

📋 copy color: '#C05C63'

red 192 ◦ green 92 ◦ blue 99

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

Shades of Mandy #C05C63

Tints of Mandy #C05C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.02%

 BLUE value IS 99 (39.06% from 255) = 25.85%

R = 50.13%
G = 24.02%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C05C63 (or 0xC05C63) is known color: Mandy. HEX triplet: C0, 5C and 63. RGB value is (192,92,99). Sum of RGB (Red+Green+Blue) = 192+92+99=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C63 is #3FA39C. Grayscale: #7A7A7A. Windows color (decimal): -4170653 or 6511808. OLE color: 6511808.

HSL color Cylindrical-coordinate representation of color #C05C63: hue angle of 355.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05C63 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 92 99 -
CMYK 0 0.52 0.48 0.25
HSL 355.8º 0.44% 0.56% -
HSV(B) 355.8º 0.52% 0.75% -
XYZ 27.82 19.76 14.15 -
YUV 122.7 114.63 177.43 -
System Red Green Blue C M Y K H S L
Decimal 192 92 99 0 0.52 0.48 0.25 355.8 0.44 0.56
Hex C0 5C 63 0 34 30 19 164 2C 38
Octal 300 134 143 0 64 60 31 544 54 70
Binary 11000000 1011100 1100011 0 110100 110000 11001 101100100 101100 111000

Color Harmonies of #C05C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C63

Black with #C05C63

Text Example


Text Example

White with #C05C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C63; }

 p { color: rgb(192,92,99); }

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

background-color css

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

 a { background-color: rgb(192,92,99); }

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

border-color css

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

 span { border-color: rgb(192,92,99); }

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