Html Css Color HEX #C35281 Mulberry

📋 copy color: '#C35281'

red 195 ◦ green 82 ◦ blue 129

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

Shades of Mulberry #C35281

Tints of Mulberry #C35281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.2%

 BLUE value IS 129 (50.78% from 255) = 31.77%

R = 48.03%
G = 20.2%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C35281 (or 0xC35281) is known color: Mulberry. HEX triplet: C3, 52 and 81. RGB value is (195,82,129). Sum of RGB (Red+Green+Blue) = 195+82+129=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C35281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35281 is #3CAD7E. Grayscale: #797979. Windows color (decimal): -3976575 or 8475331. OLE color: 8475331.

HSL color Cylindrical-coordinate representation of color #C35281: hue angle of 335.04º degrees, saturation: 0.48, 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 #C35281 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 82 129 -
CMYK 0 0.58 0.34 0.24
HSL 335.04º 0.48% 0.54% -
HSV(B) 335.04º 0.58% 0.76% -
XYZ 29.49 19.22 22.92 -
YUV 121.15 132.44 180.68 -
System Red Green Blue C M Y K H S L
Decimal 195 82 129 0 0.58 0.34 0.24 335.04 0.48 0.54
Hex C3 52 81 0 3A 22 18 14F 30 36
Octal 303 122 201 0 72 42 30 517 60 66
Binary 11000011 1010010 10000001 0 111010 100010 11000 101001111 110000 110110

Color Harmonies of #C35281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35281

Black with #C35281

Text Example


Text Example

White with #C35281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35281; }

 p { color: rgb(195,82,129); }

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

background-color css

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

 a { background-color: rgb(195,82,129); }

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

border-color css

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

 span { border-color: rgb(195,82,129); }

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