Html Css Color HEX #C35488 Mulberry

📋 copy color: '#C35488'

red 195 ◦ green 84 ◦ blue 136

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

Shades of Mulberry #C35488

Tints of Mulberry #C35488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.24%

 BLUE value IS 136 (53.52% from 255) = 32.77%

R = 46.99%
G = 20.24%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C35488 (or 0xC35488) is known color: Mulberry. HEX triplet: C3, 54 and 88. RGB value is (195,84,136). Sum of RGB (Red+Green+Blue) = 195+84+136=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C35488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35488 is #3CAB77. Grayscale: #7B7B7B. Windows color (decimal): -3976056 or 8934595. OLE color: 8934595.

HSL color Cylindrical-coordinate representation of color #C35488: hue angle of 331.89º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35488 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 84 136 -
CMYK 0 0.57 0.30 0.24
HSL 331.89º 0.48% 0.55% -
HSV(B) 331.89º 0.57% 0.76% -
XYZ 30.12 19.72 25.51 -
YUV 123.12 135.27 179.27 -
System Red Green Blue C M Y K H S L
Decimal 195 84 136 0 0.57 0.30 0.24 331.89 0.48 0.55
Hex C3 54 88 0 39 1E 18 14C 30 37
Octal 303 124 210 0 71 36 30 514 60 67
Binary 11000011 1010100 10001000 0 111001 11110 11000 101001100 110000 110111

Color Harmonies of #C35488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35488

Black with #C35488

Text Example


Text Example

White with #C35488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35488; }

 p { color: rgb(195,84,136); }

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

background-color css

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

 a { background-color: rgb(195,84,136); }

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

border-color css

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

 span { border-color: rgb(195,84,136); }

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