Html Css Color HEX #C4585F Mandy

📋 copy color: '#C4585F'

red 196 ◦ green 88 ◦ blue 95

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

Shades of Mandy #C4585F

Tints of Mandy #C4585F

RGB

 RED value IS 196 (76.95% from 255) = 51.72%

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

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

R = 51.72%
G = 23.22%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4585F (or 0xC4585F) is known color: Mandy. HEX triplet: C4, 58 and 5F. RGB value is (196,88,95). Sum of RGB (Red+Green+Blue) = 196+88+95=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C4585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4585F is #3BA7A0. Grayscale: #797979. Windows color (decimal): -3909537 or 6248644. OLE color: 6248644.

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

Color convert

RGB 196 88 95 -
CMYK 0 0.55 0.52 0.23
HSL 356.11º 0.48% 0.56% -
HSV(B) 356.11º 0.55% 0.77% -
XYZ 28.32 19.54 13.11 -
YUV 121.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 196 88 95 0 0.55 0.52 0.23 356.11 0.48 0.56
Hex C4 58 5F 0 37 34 17 164 30 38
Octal 304 130 137 0 67 64 27 544 60 70
Binary 11000100 1011000 1011111 0 110111 110100 10111 101100100 110000 111000

Color Harmonies of #C4585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4585F

Black with #C4585F

Text Example


Text Example

White with #C4585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4585F; }

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

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

background-color css

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

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

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

border-color css

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

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

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