Html Css Color HEX #C35182 Mulberry

📋 copy color: '#C35182'

red 195 ◦ green 81 ◦ blue 130

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

Shades of Mulberry #C35182

Tints of Mulberry #C35182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.95%

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

R = 48.03%
G = 19.95%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C35182 (or 0xC35182) is known color: Mulberry. HEX triplet: C3, 51 and 82. RGB value is (195,81,130). Sum of RGB (Red+Green+Blue) = 195+81+130=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C35182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35182 is #3CAE7D. Grayscale: #787878. Windows color (decimal): -3976830 or 8540611. OLE color: 8540611.

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

Color convert

RGB 195 81 130 -
CMYK 0 0.58 0.33 0.24
HSL 334.21º 0.49% 0.54% -
HSV(B) 334.21º 0.58% 0.76% -
XYZ 29.48 19.1 23.25 -
YUV 120.67 133.27 181.02 -
System Red Green Blue C M Y K H S L
Decimal 195 81 130 0 0.58 0.33 0.24 334.21 0.49 0.54
Hex C3 51 82 0 3A 21 18 14E 31 36
Octal 303 121 202 0 72 41 30 516 61 66
Binary 11000011 1010001 10000010 0 111010 100001 11000 101001110 110001 110110

Color Harmonies of #C35182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35182

Black with #C35182

Text Example


Text Example

White with #C35182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35182; }

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

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

background-color css

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

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

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

border-color css

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

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

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