Html Css Color HEX #C35D90 Mulberry

📋 copy color: '#C35D90'

red 195 ◦ green 93 ◦ blue 144

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

Shades of Mulberry #C35D90

Tints of Mulberry #C35D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.53%

 BLUE value IS 144 (56.64% from 255) = 33.33%

R = 45.14%
G = 21.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C35D90 (or 0xC35D90) is known color: Mulberry. HEX triplet: C3, 5D and 90. RGB value is (195,93,144). Sum of RGB (Red+Green+Blue) = 195+93+144=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35D90 is #3CA26F. Grayscale: #818181. Windows color (decimal): -3973744 or 9461187. OLE color: 9461187.

HSL color Cylindrical-coordinate representation of color #C35D90: hue angle of 330º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35D90 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 93 144 -
CMYK 0 0.52 0.26 0.24
HSL 330º 0.46% 0.56% -
HSV(B) 330º 0.52% 0.76% -
XYZ 31.45 21.44 28.87 -
YUV 129.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 195 93 144 0 0.52 0.26 0.24 330 0.46 0.56
Hex C3 5D 90 0 34 1A 18 14A 2E 38
Octal 303 135 220 0 64 32 30 512 56 70
Binary 11000011 1011101 10010000 0 110100 11010 11000 101001010 101110 111000

Color Harmonies of #C35D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D90

Black with #C35D90

Text Example


Text Example

White with #C35D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D90; }

 p { color: rgb(195,93,144); }

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

background-color css

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

 a { background-color: rgb(195,93,144); }

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

border-color css

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

 span { border-color: rgb(195,93,144); }

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