Html Css Color HEX #C35585 Mulberry

📋 copy color: '#C35585'

red 195 ◦ green 85 ◦ blue 133

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

Shades of Mulberry #C35585

Tints of Mulberry #C35585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.2%

R = 47.22%
G = 20.58%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C35585 (or 0xC35585) is known color: Mulberry. HEX triplet: C3, 55 and 85. RGB value is (195,85,133). Sum of RGB (Red+Green+Blue) = 195+85+133=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C35585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35585 is #3CAA7A. Grayscale: #7B7B7B. Windows color (decimal): -3975803 or 8738243. OLE color: 8738243.

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

Color convert

RGB 195 85 133 -
CMYK 0 0.56 0.32 0.24
HSL 333.82º 0.48% 0.55% -
HSV(B) 333.82º 0.56% 0.76% -
XYZ 29.99 19.79 24.43 -
YUV 123.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 195 85 133 0 0.56 0.32 0.24 333.82 0.48 0.55
Hex C3 55 85 0 38 20 18 14E 30 37
Octal 303 125 205 0 70 40 30 516 60 67
Binary 11000011 1010101 10000101 0 111000 100000 11000 101001110 110000 110111

Color Harmonies of #C35585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35585

Black with #C35585

Text Example


Text Example

White with #C35585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35585; }

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

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

background-color css

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

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

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

border-color css

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

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

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