Html Css Color HEX #C3585C Mandy

📋 copy color: '#C3585C'

red 195 ◦ green 88 ◦ blue 92

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

Shades of Mandy #C3585C

Tints of Mandy #C3585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.53%

R = 52%
G = 23.47%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3585C (or 0xC3585C) is known color: Mandy. HEX triplet: C3, 58 and 5C. RGB value is (195,88,92). Sum of RGB (Red+Green+Blue) = 195+88+92=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3585C is #3CA7A3. Grayscale: #787878. Windows color (decimal): -3975076 or 6052035. OLE color: 6052035.

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

Color convert

RGB 195 88 92 -
CMYK 0 0.55 0.53 0.24
HSL 357.76º 0.47% 0.55% -
HSV(B) 357.76º 0.55% 0.76% -
XYZ 27.93 19.35 12.39 -
YUV 120.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 195 88 92 0 0.55 0.53 0.24 357.76 0.47 0.55
Hex C3 58 5C 0 37 35 18 166 2F 37
Octal 303 130 134 0 67 65 30 546 57 67
Binary 11000011 1011000 1011100 0 110111 110101 11000 101100110 101111 110111

Color Harmonies of #C3585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3585C

Black with #C3585C

Text Example


Text Example

White with #C3585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3585C; }

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

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

background-color css

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

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

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

border-color css

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

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

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