Html Css Color HEX #C955A5 Mulberry

📋 copy color: '#C955A5'

red 201 ◦ green 85 ◦ blue 165

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

Shades of Mulberry #C955A5

Tints of Mulberry #C955A5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.85%

 BLUE value IS 165 (64.84% from 255) = 36.59%

R = 44.57%
G = 18.85%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C955A5 (or 0xC955A5) is known color: Mulberry. HEX triplet: C9, 55 and A5. RGB value is (201,85,165). Sum of RGB (Red+Green+Blue) = 201+85+165=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C955A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C955A5 is #36AA5A. Grayscale: #808080. Windows color (decimal): -3582555 or 10835401. OLE color: 10835401.

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

Color convert

RGB 201 85 165 -
CMYK 0 0.58 0.18 0.21
HSL 318.62º 0.52% 0.56% -
HSV(B) 318.62º 0.58% 0.79% -
XYZ 34.13 21.63 37.97 -
YUV 128.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 201 85 165 0 0.58 0.18 0.21 318.62 0.52 0.56
Hex C9 55 A5 0 3A 12 15 13F 34 38
Octal 311 125 245 0 72 22 25 477 64 70
Binary 11001001 1010101 10100101 0 111010 10010 10101 100111111 110100 111000

Color Harmonies of #C955A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955A5

Black with #C955A5

Text Example


Text Example

White with #C955A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955A5; }

 p { color: rgb(201,85,165); }

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

background-color css

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

 a { background-color: rgb(201,85,165); }

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

border-color css

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

 span { border-color: rgb(201,85,165); }

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