Html Css Color HEX #C9569C Mulberry

📋 copy color: '#C9569C'

red 201 ◦ green 86 ◦ blue 156

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

Shades of Mulberry #C9569C

Tints of Mulberry #C9569C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.21%

R = 45.37%
G = 19.41%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9569C (or 0xC9569C) is known color: Mulberry. HEX triplet: C9, 56 and 9C. RGB value is (201,86,156). Sum of RGB (Red+Green+Blue) = 201+86+156=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9569C is #36A963. Grayscale: #808080. Windows color (decimal): -3582308 or 10245833. OLE color: 10245833.

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

Color convert

RGB 201 86 156 -
CMYK 0 0.57 0.22 0.21
HSL 323.48º 0.52% 0.56% -
HSV(B) 323.48º 0.57% 0.79% -
XYZ 33.42 21.47 33.84 -
YUV 128.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 201 86 156 0 0.57 0.22 0.21 323.48 0.52 0.56
Hex C9 56 9C 0 39 16 15 143 34 38
Octal 311 126 234 0 71 26 25 503 64 70
Binary 11001001 1010110 10011100 0 111001 10110 10101 101000011 110100 111000

Color Harmonies of #C9569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9569C

Black with #C9569C

Text Example


Text Example

White with #C9569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9569C; }

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

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

background-color css

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

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

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

border-color css

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

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

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