Html Css Color HEX #C9569F Mulberry

📋 copy color: '#C9569F'

red 201 ◦ green 86 ◦ blue 159

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

Shades of Mulberry #C9569F

Tints of Mulberry #C9569F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.28%

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 45.07%
G = 19.28%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9569F (or 0xC9569F) is known color: Mulberry. HEX triplet: C9, 56 and 9F. RGB value is (201,86,159). Sum of RGB (Red+Green+Blue) = 201+86+159=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9569F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9569F is #36A960. Grayscale: #808080. Windows color (decimal): -3582305 or 10442441. OLE color: 10442441.

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

Color convert

RGB 201 86 159 -
CMYK 0 0.57 0.21 0.21
HSL 321.91º 0.52% 0.56% -
HSV(B) 321.91º 0.57% 0.79% -
XYZ 33.67 21.58 35.19 -
YUV 128.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 201 86 159 0 0.57 0.21 0.21 321.91 0.52 0.56
Hex C9 56 9F 0 39 15 15 142 34 38
Octal 311 126 237 0 71 25 25 502 64 70
Binary 11001001 1010110 10011111 0 111001 10101 10101 101000010 110100 111000

Color Harmonies of #C9569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9569F

Black with #C9569F

Text Example


Text Example

White with #C9569F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9569F; }

 p { color: rgb(201,86,159); }

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

background-color css

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

 a { background-color: rgb(201,86,159); }

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

border-color css

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

 span { border-color: rgb(201,86,159); }

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