Html Css Color HEX #C35497 Mulberry

📋 copy color: '#C35497'

red 195 ◦ green 84 ◦ blue 151

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

Shades of Mulberry #C35497

Tints of Mulberry #C35497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.12%

R = 45.35%
G = 19.53%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C35497 (or 0xC35497) is known color: Mulberry. HEX triplet: C3, 54 and 97. RGB value is (195,84,151). Sum of RGB (Red+Green+Blue) = 195+84+151=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C35497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35497 is #3CAB68. Grayscale: #7C7C7C. Windows color (decimal): -3976041 or 9917635. OLE color: 9917635.

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

Color convert

RGB 195 84 151 -
CMYK 0 0.57 0.23 0.24
HSL 323.78º 0.48% 0.55% -
HSV(B) 323.78º 0.57% 0.76% -
XYZ 31.26 20.18 31.53 -
YUV 124.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 195 84 151 0 0.57 0.23 0.24 323.78 0.48 0.55
Hex C3 54 97 0 39 17 18 144 30 37
Octal 303 124 227 0 71 27 30 504 60 67
Binary 11000011 1010100 10010111 0 111001 10111 11000 101000100 110000 110111

Color Harmonies of #C35497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35497

Black with #C35497

Text Example


Text Example

White with #C35497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35497; }

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

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

background-color css

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

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

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

border-color css

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

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

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