Html Css Color HEX #C35694 Mulberry

📋 copy color: '#C35694'

red 195 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #C35694

Tints of Mulberry #C35694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 45.45%
G = 20.05%
B = 34.5%

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

#C35694 (or 0xC35694) is known color: Mulberry. HEX triplet: C3, 56 and 94. RGB value is (195,86,148). Sum of RGB (Red+Green+Blue) = 195+86+148=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C35694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35694 is #3CA96B. Grayscale: #7D7D7D. Windows color (decimal): -3975532 or 9721539. OLE color: 9721539.

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

Color convert

RGB 195 86 148 -
CMYK 0 0.56 0.24 0.24
HSL 325.87º 0.48% 0.55% -
HSV(B) 325.87º 0.56% 0.76% -
XYZ 31.18 20.4 30.31 -
YUV 125.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 195 86 148 0 0.56 0.24 0.24 325.87 0.48 0.55
Hex C3 56 94 0 38 18 18 146 30 37
Octal 303 126 224 0 70 30 30 506 60 67
Binary 11000011 1010110 10010100 0 111000 11000 11000 101000110 110000 110111

Color Harmonies of #C35694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35694

Black with #C35694

Text Example


Text Example

White with #C35694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35694; }

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

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

background-color css

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

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

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

border-color css

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

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

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