Html Css Color HEX #C3585F Mandy

📋 copy color: '#C3585F'

red 195 ◦ green 88 ◦ blue 95

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

Shades of Mandy #C3585F

Tints of Mandy #C3585F

RGB

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

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

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

R = 51.59%
G = 23.28%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3585F (or 0xC3585F) is known color: Mandy. HEX triplet: C3, 58 and 5F. RGB value is (195,88,95). Sum of RGB (Red+Green+Blue) = 195+88+95=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C3585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3585F is #3CA7A0. Grayscale: #787878. Windows color (decimal): -3975073 or 6248643. OLE color: 6248643.

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

Color convert

RGB 195 88 95 -
CMYK 0 0.55 0.51 0.24
HSL 356.07º 0.47% 0.55% -
HSV(B) 356.07º 0.55% 0.76% -
XYZ 28.06 19.41 13.09 -
YUV 120.79 113.45 180.93 -
System Red Green Blue C M Y K H S L
Decimal 195 88 95 0 0.55 0.51 0.24 356.07 0.47 0.55
Hex C3 58 5F 0 37 33 18 164 2F 37
Octal 303 130 137 0 67 63 30 544 57 67
Binary 11000011 1011000 1011111 0 110111 110011 11000 101100100 101111 110111

Color Harmonies of #C3585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3585F

Black with #C3585F

Text Example


Text Example

White with #C3585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3585F; }

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

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

background-color css

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

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

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

border-color css

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

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

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