Html Css Color HEX #C95C8F Mulberry

📋 copy color: '#C95C8F'

red 201 ◦ green 92 ◦ blue 143

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

Shades of Mulberry #C95C8F

Tints of Mulberry #C95C8F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.1%

 BLUE value IS 143 (56.25% from 255) = 32.8%

R = 46.1%
G = 21.1%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C95C8F (or 0xC95C8F) is known color: Mulberry. HEX triplet: C9, 5C and 8F. RGB value is (201,92,143). Sum of RGB (Red+Green+Blue) = 201+92+143=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95C8F is #36A370. Grayscale: #828282. Windows color (decimal): -3580785 or 9395401. OLE color: 9395401.

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

Color convert

RGB 201 92 143 -
CMYK 0 0.54 0.29 0.21
HSL 331.93º 0.5% 0.57% -
HSV(B) 331.93º 0.54% 0.79% -
XYZ 32.87 22.05 28.51 -
YUV 130.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 201 92 143 0 0.54 0.29 0.21 331.93 0.5 0.57
Hex C9 5C 8F 0 36 1D 15 14C 32 39
Octal 311 134 217 0 66 35 25 514 62 71
Binary 11001001 1011100 10001111 0 110110 11101 10101 101001100 110010 111001

Color Harmonies of #C95C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C8F

Black with #C95C8F

Text Example


Text Example

White with #C95C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C8F; }

 p { color: rgb(201,92,143); }

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

background-color css

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

 a { background-color: rgb(201,92,143); }

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

border-color css

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

 span { border-color: rgb(201,92,143); }

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