Html Css Color HEX #C35982 Mulberry

📋 copy color: '#C35982'

red 195 ◦ green 89 ◦ blue 130

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

Shades of Mulberry #C35982

Tints of Mulberry #C35982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.5%

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

R = 47.1%
G = 21.5%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C35982 (or 0xC35982) is known color: Mulberry. HEX triplet: C3, 59 and 82. RGB value is (195,89,130). Sum of RGB (Red+Green+Blue) = 195+89+130=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C35982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35982 is #3CA67D. Grayscale: #7D7D7D. Windows color (decimal): -3974782 or 8542659. OLE color: 8542659.

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

Color convert

RGB 195 89 130 -
CMYK 0 0.54 0.33 0.24
HSL 336.79º 0.47% 0.56% -
HSV(B) 336.79º 0.54% 0.76% -
XYZ 30.11 20.36 23.46 -
YUV 125.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 195 89 130 0 0.54 0.33 0.24 336.79 0.47 0.56
Hex C3 59 82 0 36 21 18 151 2F 38
Octal 303 131 202 0 66 41 30 521 57 70
Binary 11000011 1011001 10000010 0 110110 100001 11000 101010001 101111 111000

Color Harmonies of #C35982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35982

Black with #C35982

Text Example


Text Example

White with #C35982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35982; }

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

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

background-color css

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

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

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

border-color css

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

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

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