Html Css Color HEX #C0585F Mandy

📋 copy color: '#C0585F'

red 192 ◦ green 88 ◦ blue 95

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

Shades of Mandy #C0585F

Tints of Mandy #C0585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.47%

 BLUE value IS 95 (37.5% from 255) = 25.33%

R = 51.2%
G = 23.47%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0585F (or 0xC0585F) is known color: Mandy. HEX triplet: C0, 58 and 5F. RGB value is (192,88,95). Sum of RGB (Red+Green+Blue) = 192+88+95=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0585F is #3FA7A0. Grayscale: #777777. Windows color (decimal): -4171681 or 6248640. OLE color: 6248640.

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

Color convert

RGB 192 88 95 -
CMYK 0 0.54 0.51 0.25
HSL 355.96º 0.45% 0.55% -
HSV(B) 355.96º 0.54% 0.75% -
XYZ 27.29 19.01 13.06 -
YUV 119.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 192 88 95 0 0.54 0.51 0.25 355.96 0.45 0.55
Hex C0 58 5F 0 36 33 19 164 2D 37
Octal 300 130 137 0 66 63 31 544 55 67
Binary 11000000 1011000 1011111 0 110110 110011 11001 101100100 101101 110111

Color Harmonies of #C0585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0585F

Black with #C0585F

Text Example


Text Example

White with #C0585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0585F; }

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

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

background-color css

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

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

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

border-color css

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

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

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