Html Css Color HEX #C05F61 Mandy

📋 copy color: '#C05F61'

red 192 ◦ green 95 ◦ blue 97

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

Shades of Mandy #C05F61

Tints of Mandy #C05F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.26%

R = 50%
G = 24.74%
B = 25.26%

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

#C05F61 (or 0xC05F61) is known color: Mandy. HEX triplet: C0, 5F and 61. RGB value is (192,95,97). Sum of RGB (Red+Green+Blue) = 192+95+97=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F61 is #3FA09E. Grayscale: #7C7C7C. Windows color (decimal): -4169887 or 6381504. OLE color: 6381504.

HSL color Cylindrical-coordinate representation of color #C05F61: hue angle of 358.76º 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 #C05F61 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 97 -
CMYK 0 0.51 0.49 0.25
HSL 358.76º 0.43% 0.56% -
HSV(B) 358.76º 0.51% 0.75% -
XYZ 27.99 20.25 13.74 -
YUV 124.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 192 95 97 0 0.51 0.49 0.25 358.76 0.43 0.56
Hex C0 5F 61 0 33 31 19 167 2B 38
Octal 300 137 141 0 63 61 31 547 53 70
Binary 11000000 1011111 1100001 0 110011 110001 11001 101100111 101011 111000

Color Harmonies of #C05F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F61

Black with #C05F61

Text Example


Text Example

White with #C05F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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