Html Css Color HEX #C3485E Mandy

📋 copy color: '#C3485E'

red 195 ◦ green 72 ◦ blue 94

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

Shades of Mandy #C3485E

Tints of Mandy #C3485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 54.02%
G = 19.94%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3485E (or 0xC3485E) is known color: Mandy. HEX triplet: C3, 48 and 5E. RGB value is (195,72,94). Sum of RGB (Red+Green+Blue) = 195+72+94=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3485E is #3CB7A1. Grayscale: #6F6F6F. Windows color (decimal): -3979170 or 6179011. OLE color: 6179011.

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

Color convert

RGB 195 72 94 -
CMYK 0 0.63 0.52 0.24
HSL 349.27º 0.51% 0.52% -
HSV(B) 349.27º 0.63% 0.76% -
XYZ 26.84 17.04 12.46 -
YUV 111.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 195 72 94 0 0.63 0.52 0.24 349.27 0.51 0.52
Hex C3 48 5E 0 3F 34 18 15D 33 34
Octal 303 110 136 0 77 64 30 535 63 64
Binary 11000011 1001000 1011110 0 111111 110100 11000 101011101 110011 110100

Color Harmonies of #C3485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3485E

Black with #C3485E

Text Example


Text Example

White with #C3485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3485E; }

 p { color: rgb(195,72,94); }

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

background-color css

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

 a { background-color: rgb(195,72,94); }

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

border-color css

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

 span { border-color: rgb(195,72,94); }

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