Html Css Color HEX #C95C9D Mulberry

📋 copy color: '#C95C9D'

red 201 ◦ green 92 ◦ blue 157

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

Shades of Mulberry #C95C9D

Tints of Mulberry #C95C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.89%

R = 44.67%
G = 20.44%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C95C9D (or 0xC95C9D) is known color: Mulberry. HEX triplet: C9, 5C and 9D. RGB value is (201,92,157). Sum of RGB (Red+Green+Blue) = 201+92+157=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95C9D is #36A362. Grayscale: #838383. Windows color (decimal): -3580771 or 10312905. OLE color: 10312905.

HSL color Cylindrical-coordinate representation of color #C95C9D: hue angle of 324.22º 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 #C95C9D is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 92 157 -
CMYK 0 0.54 0.22 0.21
HSL 324.22º 0.5% 0.57% -
HSV(B) 324.22º 0.54% 0.79% -
XYZ 34 22.51 34.45 -
YUV 132 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 201 92 157 0 0.54 0.22 0.21 324.22 0.5 0.57
Hex C9 5C 9D 0 36 16 15 144 32 39
Octal 311 134 235 0 66 26 25 504 62 71
Binary 11001001 1011100 10011101 0 110110 10110 10101 101000100 110010 111001

Color Harmonies of #C95C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C9D

Black with #C95C9D

Text Example


Text Example

White with #C95C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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