Html Css Color HEX #C958A5 Mulberry

📋 copy color: '#C958A5'

red 201 ◦ green 88 ◦ blue 165

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

Shades of Mulberry #C958A5

Tints of Mulberry #C958A5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.38%

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

R = 44.27%
G = 19.38%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C958A5 (or 0xC958A5) is known color: Mulberry. HEX triplet: C9, 58 and A5. RGB value is (201,88,165). Sum of RGB (Red+Green+Blue) = 201+88+165=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C958A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C958A5 is #36A75A. Grayscale: #828282. Windows color (decimal): -3581787 or 10836169. OLE color: 10836169.

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

Color convert

RGB 201 88 165 -
CMYK 0 0.56 0.18 0.21
HSL 319.12º 0.51% 0.57% -
HSV(B) 319.12º 0.56% 0.79% -
XYZ 34.37 22.11 38.05 -
YUV 130.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 201 88 165 0 0.56 0.18 0.21 319.12 0.51 0.57
Hex C9 58 A5 0 38 12 15 13F 33 39
Octal 311 130 245 0 70 22 25 477 63 71
Binary 11001001 1011000 10100101 0 111000 10010 10101 100111111 110011 111001

Color Harmonies of #C958A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958A5

Black with #C958A5

Text Example


Text Example

White with #C958A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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