Html Css Color HEX #C35097 Mulberry

📋 copy color: '#C35097'

red 195 ◦ green 80 ◦ blue 151

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

Shades of Mulberry #C35097

Tints of Mulberry #C35097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

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

R = 45.77%
G = 18.78%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C35097 (or 0xC35097) is known color: Mulberry. HEX triplet: C3, 50 and 97. RGB value is (195,80,151). Sum of RGB (Red+Green+Blue) = 195+80+151=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C35097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35097 is #3CAF68. Grayscale: #7A7A7A. Windows color (decimal): -3977065 or 9916611. OLE color: 9916611.

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

Color convert

RGB 195 80 151 -
CMYK 0 0.59 0.23 0.24
HSL 322.96º 0.49% 0.54% -
HSV(B) 322.96º 0.59% 0.76% -
XYZ 30.96 19.57 31.42 -
YUV 122.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 195 80 151 0 0.59 0.23 0.24 322.96 0.49 0.54
Hex C3 50 97 0 3B 17 18 143 31 36
Octal 303 120 227 0 73 27 30 503 61 66
Binary 11000011 1010000 10010111 0 111011 10111 11000 101000011 110001 110110

Color Harmonies of #C35097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35097

Black with #C35097

Text Example


Text Example

White with #C35097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35097; }

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

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

background-color css

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

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

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

border-color css

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

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

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