Html Css Color HEX #C35382 Mulberry

📋 copy color: '#C35382'

red 195 ◦ green 83 ◦ blue 130

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

Shades of Mulberry #C35382

Tints of Mulberry #C35382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.34%

 BLUE value IS 130 (51.17% from 255) = 31.86%

R = 47.79%
G = 20.34%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C35382 (or 0xC35382) is known color: Mulberry. HEX triplet: C3, 53 and 82. RGB value is (195,83,130). Sum of RGB (Red+Green+Blue) = 195+83+130=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C35382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35382 is #3CAC7D. Grayscale: #797979. Windows color (decimal): -3976318 or 8541123. OLE color: 8541123.

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

Color convert

RGB 195 83 130 -
CMYK 0 0.57 0.33 0.24
HSL 334.82º 0.48% 0.55% -
HSV(B) 334.82º 0.57% 0.76% -
XYZ 29.63 19.4 23.3 -
YUV 121.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 195 83 130 0 0.57 0.33 0.24 334.82 0.48 0.55
Hex C3 53 82 0 39 21 18 14F 30 37
Octal 303 123 202 0 71 41 30 517 60 67
Binary 11000011 1010011 10000010 0 111001 100001 11000 101001111 110000 110111

Color Harmonies of #C35382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35382

Black with #C35382

Text Example


Text Example

White with #C35382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35382; }

 p { color: rgb(195,83,130); }

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

background-color css

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

 a { background-color: rgb(195,83,130); }

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

border-color css

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

 span { border-color: rgb(195,83,130); }

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