Html Css Color HEX #C35495 Mulberry

📋 copy color: '#C35495'

red 195 ◦ green 84 ◦ blue 149

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

Shades of Mulberry #C35495

Tints of Mulberry #C35495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.63%

 BLUE value IS 149 (58.59% from 255) = 34.81%

R = 45.56%
G = 19.63%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C35495 (or 0xC35495) is known color: Mulberry. HEX triplet: C3, 54 and 95. RGB value is (195,84,149). Sum of RGB (Red+Green+Blue) = 195+84+149=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C35495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35495 is #3CAB6A. Grayscale: #7C7C7C. Windows color (decimal): -3976043 or 9786563. OLE color: 9786563.

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

Color convert

RGB 195 84 149 -
CMYK 0 0.57 0.24 0.24
HSL 324.86º 0.48% 0.55% -
HSV(B) 324.86º 0.57% 0.76% -
XYZ 31.1 20.11 30.68 -
YUV 124.6 141.77 178.21 -
System Red Green Blue C M Y K H S L
Decimal 195 84 149 0 0.57 0.24 0.24 324.86 0.48 0.55
Hex C3 54 95 0 39 18 18 145 30 37
Octal 303 124 225 0 71 30 30 505 60 67
Binary 11000011 1010100 10010101 0 111001 11000 11000 101000101 110000 110111

Color Harmonies of #C35495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35495

Black with #C35495

Text Example


Text Example

White with #C35495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35495; }

 p { color: rgb(195,84,149); }

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

background-color css

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

 a { background-color: rgb(195,84,149); }

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

border-color css

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

 span { border-color: rgb(195,84,149); }

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