Html Css Color HEX #C35695 Mulberry

📋 copy color: '#C35695'

red 195 ◦ green 86 ◦ blue 149

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

Shades of Mulberry #C35695

Tints of Mulberry #C35695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20%

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

R = 45.35%
G = 20%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C35695 (or 0xC35695) is known color: Mulberry. HEX triplet: C3, 56 and 95. RGB value is (195,86,149). Sum of RGB (Red+Green+Blue) = 195+86+149=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C35695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35695 is #3CA96A. Grayscale: #7D7D7D. Windows color (decimal): -3975531 or 9787075. OLE color: 9787075.

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

Color convert

RGB 195 86 149 -
CMYK 0 0.56 0.24 0.24
HSL 325.32º 0.48% 0.55% -
HSV(B) 325.32º 0.56% 0.76% -
XYZ 31.26 20.43 30.73 -
YUV 125.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 195 86 149 0 0.56 0.24 0.24 325.32 0.48 0.55
Hex C3 56 95 0 38 18 18 145 30 37
Octal 303 126 225 0 70 30 30 505 60 67
Binary 11000011 1010110 10010101 0 111000 11000 11000 101000101 110000 110111

Color Harmonies of #C35695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35695

Black with #C35695

Text Example


Text Example

White with #C35695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35695; }

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

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

background-color css

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

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

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

border-color css

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

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

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