Html Css Color HEX #C95385 Mulberry

📋 copy color: '#C95385'

red 201 ◦ green 83 ◦ blue 133

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

Shades of Mulberry #C95385

Tints of Mulberry #C95385

RGB

 RED value IS 201 (78.91% from 255) = 48.2%

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

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

R = 48.2%
G = 19.9%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C95385 (or 0xC95385) is known color: Mulberry. HEX triplet: C9, 53 and 85. RGB value is (201,83,133). Sum of RGB (Red+Green+Blue) = 201+83+133=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C95385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95385 is #36AC7A. Grayscale: #7B7B7B. Windows color (decimal): -3583099 or 8737737. OLE color: 8737737.

HSL color Cylindrical-coordinate representation of color #C95385: hue angle of 334.58º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95385 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 133 -
CMYK 0 0.59 0.34 0.21
HSL 334.58º 0.52% 0.56% -
HSV(B) 334.58º 0.59% 0.79% -
XYZ 31.41 20.3 24.45 -
YUV 123.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 201 83 133 0 0.59 0.34 0.21 334.58 0.52 0.56
Hex C9 53 85 0 3B 22 15 14F 34 38
Octal 311 123 205 0 73 42 25 517 64 70
Binary 11001001 1010011 10000101 0 111011 100010 10101 101001111 110100 111000

Color Harmonies of #C95385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95385

Black with #C95385

Text Example


Text Example

White with #C95385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95385; }

 p { color: rgb(201,83,133); }

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

background-color css

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

 a { background-color: rgb(201,83,133); }

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

border-color css

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

 span { border-color: rgb(201,83,133); }

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