Html Css Color HEX #C9568E Mulberry

📋 copy color: '#C9568E'

red 201 ◦ green 86 ◦ blue 142

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

Shades of Mulberry #C9568E

Tints of Mulberry #C9568E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.1%

R = 46.85%
G = 20.05%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9568E (or 0xC9568E) is known color: Mulberry. HEX triplet: C9, 56 and 8E. RGB value is (201,86,142). Sum of RGB (Red+Green+Blue) = 201+86+142=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9568E is #36A971. Grayscale: #7E7E7E. Windows color (decimal): -3582322 or 9328329. OLE color: 9328329.

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

Color convert

RGB 201 86 142 -
CMYK 0 0.57 0.29 0.21
HSL 330.78º 0.52% 0.56% -
HSV(B) 330.78º 0.57% 0.79% -
XYZ 32.3 21.03 27.95 -
YUV 126.77 136.6 180.95 -
System Red Green Blue C M Y K H S L
Decimal 201 86 142 0 0.57 0.29 0.21 330.78 0.52 0.56
Hex C9 56 8E 0 39 1D 15 14B 34 38
Octal 311 126 216 0 71 35 25 513 64 70
Binary 11001001 1010110 10001110 0 111001 11101 10101 101001011 110100 111000

Color Harmonies of #C9568E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9568E

Black with #C9568E

Text Example


Text Example

White with #C9568E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9568E; }

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

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

background-color css

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

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

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

border-color css

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

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

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