Html Css Color HEX #C3585D Mandy

📋 copy color: '#C3585D'

red 195 ◦ green 88 ◦ blue 93

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

Shades of Mandy #C3585D

Tints of Mandy #C3585D

RGB

 RED value IS 195 (76.56% from 255) = 51.86%

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

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 51.86%
G = 23.4%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3585D (or 0xC3585D) is known color: Mandy. HEX triplet: C3, 58 and 5D. RGB value is (195,88,93). Sum of RGB (Red+Green+Blue) = 195+88+93=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3585D is #3CA7A2. Grayscale: #787878. Windows color (decimal): -3975075 or 6117571. OLE color: 6117571.

HSL color Cylindrical-coordinate representation of color #C3585D: hue angle of 357.2º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3585D is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 88 93 -
CMYK 0 0.55 0.52 0.24
HSL 357.2º 0.47% 0.55% -
HSV(B) 357.2º 0.55% 0.76% -
XYZ 27.97 19.37 12.62 -
YUV 120.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 195 88 93 0 0.55 0.52 0.24 357.2 0.47 0.55
Hex C3 58 5D 0 37 34 18 165 2F 37
Octal 303 130 135 0 67 64 30 545 57 67
Binary 11000011 1011000 1011101 0 110111 110100 11000 101100101 101111 110111

Color Harmonies of #C3585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3585D

Black with #C3585D

Text Example


Text Example

White with #C3585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3585D; }

 p { color: rgb(195,88,93); }

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

background-color css

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

 a { background-color: rgb(195,88,93); }

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

border-color css

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

 span { border-color: rgb(195,88,93); }

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