Html Css Color HEX #C3518C Mulberry

📋 copy color: '#C3518C'

red 195 ◦ green 81 ◦ blue 140

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

Shades of Mulberry #C3518C

Tints of Mulberry #C3518C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.47%

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 46.88%
G = 19.47%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3518C (or 0xC3518C) is known color: Mulberry. HEX triplet: C3, 51 and 8C. RGB value is (195,81,140). Sum of RGB (Red+Green+Blue) = 195+81+140=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3518C is #3CAE73. Grayscale: #797979. Windows color (decimal): -3976820 or 9195971. OLE color: 9195971.

HSL color Cylindrical-coordinate representation of color #C3518C: hue angle of 328.95º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3518C is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 81 140 -
CMYK 0 0.58 0.28 0.24
HSL 328.95º 0.49% 0.54% -
HSV(B) 328.95º 0.58% 0.76% -
XYZ 30.18 19.38 26.96 -
YUV 121.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 195 81 140 0 0.58 0.28 0.24 328.95 0.49 0.54
Hex C3 51 8C 0 3A 1C 18 149 31 36
Octal 303 121 214 0 72 34 30 511 61 66
Binary 11000011 1010001 10001100 0 111010 11100 11000 101001001 110001 110110

Color Harmonies of #C3518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3518C

Black with #C3518C

Text Example


Text Example

White with #C3518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3518C; }

 p { color: rgb(195,81,140); }

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

background-color css

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

 a { background-color: rgb(195,81,140); }

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

border-color css

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

 span { border-color: rgb(195,81,140); }

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