Html Css Color HEX #C35582 Mulberry

📋 copy color: '#C35582'

red 195 ◦ green 85 ◦ blue 130

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

Shades of Mulberry #C35582

Tints of Mulberry #C35582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.73%

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

R = 47.56%
G = 20.73%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C35582 (or 0xC35582) is known color: Mulberry. HEX triplet: C3, 55 and 82. RGB value is (195,85,130). Sum of RGB (Red+Green+Blue) = 195+85+130=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C35582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35582 is #3CAA7D. Grayscale: #7A7A7A. Windows color (decimal): -3975806 or 8541635. OLE color: 8541635.

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

Color convert

RGB 195 85 130 -
CMYK 0 0.56 0.33 0.24
HSL 335.45º 0.48% 0.55% -
HSV(B) 335.45º 0.56% 0.76% -
XYZ 29.78 19.71 23.35 -
YUV 123.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 195 85 130 0 0.56 0.33 0.24 335.45 0.48 0.55
Hex C3 55 82 0 38 21 18 14F 30 37
Octal 303 125 202 0 70 41 30 517 60 67
Binary 11000011 1010101 10000010 0 111000 100001 11000 101001111 110000 110111

Color Harmonies of #C35582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35582

Black with #C35582

Text Example


Text Example

White with #C35582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35582; }

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

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

background-color css

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

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

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

border-color css

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

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

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