Html Css Color HEX #C35682 Mulberry

📋 copy color: '#C35682'

red 195 ◦ green 86 ◦ blue 130

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

Shades of Mulberry #C35682

Tints of Mulberry #C35682

RGB

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

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

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

R = 47.45%
G = 20.92%
B = 31.63%

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

#C35682 (or 0xC35682) is known color: Mulberry. HEX triplet: C3, 56 and 82. RGB value is (195,86,130). Sum of RGB (Red+Green+Blue) = 195+86+130=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C35682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35682 is #3CA97D. Grayscale: #7B7B7B. Windows color (decimal): -3975550 or 8541891. OLE color: 8541891.

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

Color convert

RGB 195 86 130 -
CMYK 0 0.56 0.33 0.24
HSL 335.78º 0.48% 0.55% -
HSV(B) 335.78º 0.56% 0.76% -
XYZ 29.86 19.87 23.38 -
YUV 123.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 195 86 130 0 0.56 0.33 0.24 335.78 0.48 0.55
Hex C3 56 82 0 38 21 18 150 30 37
Octal 303 126 202 0 70 41 30 520 60 67
Binary 11000011 1010110 10000010 0 111000 100001 11000 101010000 110000 110111

Color Harmonies of #C35682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35682

Black with #C35682

Text Example


Text Example

White with #C35682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35682; }

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

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

background-color css

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

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

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

border-color css

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

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

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