Html Css Color HEX #C35483 Mulberry

📋 copy color: '#C35483'

red 195 ◦ green 84 ◦ blue 131

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

Shades of Mulberry #C35483

Tints of Mulberry #C35483

RGB

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

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

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

R = 47.56%
G = 20.49%
B = 31.95%

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

#C35483 (or 0xC35483) is known color: Mulberry. HEX triplet: C3, 54 and 83. RGB value is (195,84,131). Sum of RGB (Red+Green+Blue) = 195+84+131=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C35483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35483 is #3CAB7C. Grayscale: #7A7A7A. Windows color (decimal): -3976061 or 8606915. OLE color: 8606915.

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

Color convert

RGB 195 84 131 -
CMYK 0 0.57 0.33 0.24
HSL 334.59º 0.48% 0.55% -
HSV(B) 334.59º 0.57% 0.76% -
XYZ 29.77 19.58 23.68 -
YUV 122.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 195 84 131 0 0.57 0.33 0.24 334.59 0.48 0.55
Hex C3 54 83 0 39 21 18 14F 30 37
Octal 303 124 203 0 71 41 30 517 60 67
Binary 11000011 1010100 10000011 0 111001 100001 11000 101001111 110000 110111

Color Harmonies of #C35483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35483

Black with #C35483

Text Example


Text Example

White with #C35483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35483; }

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

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

background-color css

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

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

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

border-color css

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

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

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