Html Css Color HEX #C95A85 Mulberry

📋 copy color: '#C95A85'

red 201 ◦ green 90 ◦ blue 133

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

Shades of Mulberry #C95A85

Tints of Mulberry #C95A85

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.23%

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

R = 47.41%
G = 21.23%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C95A85 (or 0xC95A85) is known color: Mulberry. HEX triplet: C9, 5A and 85. RGB value is (201,90,133). Sum of RGB (Red+Green+Blue) = 201+90+133=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95A85 is #36A57A. Grayscale: #808080. Windows color (decimal): -3581307 or 8739529. OLE color: 8739529.

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

Color convert

RGB 201 90 133 -
CMYK 0 0.55 0.34 0.21
HSL 336.76º 0.51% 0.57% -
HSV(B) 336.76º 0.55% 0.79% -
XYZ 31.98 21.42 24.64 -
YUV 128.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 201 90 133 0 0.55 0.34 0.21 336.76 0.51 0.57
Hex C9 5A 85 0 37 22 15 151 33 39
Octal 311 132 205 0 67 42 25 521 63 71
Binary 11001001 1011010 10000101 0 110111 100010 10101 101010001 110011 111001

Color Harmonies of #C95A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A85

Black with #C95A85

Text Example


Text Example

White with #C95A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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