Html Css Color HEX #C35383 Mulberry

📋 copy color: '#C35383'

red 195 ◦ green 83 ◦ blue 131

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

Shades of Mulberry #C35383

Tints of Mulberry #C35383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.29%

 BLUE value IS 131 (51.56% from 255) = 32.03%

R = 47.68%
G = 20.29%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C35383 (or 0xC35383) is known color: Mulberry. HEX triplet: C3, 53 and 83. RGB value is (195,83,131). Sum of RGB (Red+Green+Blue) = 195+83+131=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C35383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35383 is #3CAC7C. Grayscale: #797979. Windows color (decimal): -3976317 or 8606659. OLE color: 8606659.

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

Color convert

RGB 195 83 131 -
CMYK 0 0.57 0.33 0.24
HSL 334.29º 0.48% 0.55% -
HSV(B) 334.29º 0.57% 0.76% -
XYZ 29.7 19.43 23.66 -
YUV 121.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 195 83 131 0 0.57 0.33 0.24 334.29 0.48 0.55
Hex C3 53 83 0 39 21 18 14E 30 37
Octal 303 123 203 0 71 41 30 516 60 67
Binary 11000011 1010011 10000011 0 111001 100001 11000 101001110 110000 110111

Color Harmonies of #C35383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35383

Black with #C35383

Text Example


Text Example

White with #C35383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35383; }

 p { color: rgb(195,83,131); }

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

background-color css

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

 a { background-color: rgb(195,83,131); }

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

border-color css

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

 span { border-color: rgb(195,83,131); }

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