Html Css Color HEX #C05F62 Mandy

📋 copy color: '#C05F62'

red 192 ◦ green 95 ◦ blue 98

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

Shades of Mandy #C05F62

Tints of Mandy #C05F62

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.68%

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

R = 49.87%
G = 24.68%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C05F62 (or 0xC05F62) is known color: Mandy. HEX triplet: C0, 5F and 62. RGB value is (192,95,98). Sum of RGB (Red+Green+Blue) = 192+95+98=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F62 is #3FA09D. Grayscale: #7C7C7C. Windows color (decimal): -4169886 or 6447040. OLE color: 6447040.

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

Color convert

RGB 192 95 98 -
CMYK 0 0.51 0.49 0.25
HSL 358.14º 0.43% 0.56% -
HSV(B) 358.14º 0.51% 0.75% -
XYZ 28.04 20.27 13.99 -
YUV 124.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 192 95 98 0 0.51 0.49 0.25 358.14 0.43 0.56
Hex C0 5F 62 0 33 31 19 166 2B 38
Octal 300 137 142 0 63 61 31 546 53 70
Binary 11000000 1011111 1100010 0 110011 110001 11001 101100110 101011 111000

Color Harmonies of #C05F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F62

Black with #C05F62

Text Example


Text Example

White with #C05F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F62; }

 p { color: rgb(192,95,98); }

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

background-color css

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

 a { background-color: rgb(192,95,98); }

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

border-color css

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

 span { border-color: rgb(192,95,98); }

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