Html Css Color HEX #C35CA0 Mulberry

📋 copy color: '#C35CA0'

red 195 ◦ green 92 ◦ blue 160

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

Shades of Mulberry #C35CA0

Tints of Mulberry #C35CA0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.58%

 BLUE value IS 160 (62.89% from 255) = 35.79%

R = 43.62%
G = 20.58%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C35CA0 (or 0xC35CA0) is known color: Mulberry. HEX triplet: C3, 5C and A0. RGB value is (195,92,160). Sum of RGB (Red+Green+Blue) = 195+92+160=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C35CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35CA0 is #3CA35F. Grayscale: #828282. Windows color (decimal): -3973984 or 10509507. OLE color: 10509507.

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

Color convert

RGB 195 92 160 -
CMYK 0 0.53 0.18 0.24
HSL 320.39º 0.46% 0.56% -
HSV(B) 320.39º 0.53% 0.76% -
XYZ 32.68 21.79 35.74 -
YUV 130.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 195 92 160 0 0.53 0.18 0.24 320.39 0.46 0.56
Hex C3 5C A0 0 35 12 18 140 2E 38
Octal 303 134 240 0 65 22 30 500 56 70
Binary 11000011 1011100 10100000 0 110101 10010 11000 101000000 101110 111000

Color Harmonies of #C35CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35CA0

Black with #C35CA0

Text Example


Text Example

White with #C35CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35CA0; }

 p { color: rgb(195,92,160); }

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

background-color css

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

 a { background-color: rgb(195,92,160); }

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

border-color css

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

 span { border-color: rgb(195,92,160); }

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