Html Css Color HEX #C9568C Mulberry

📋 copy color: '#C9568C'

red 201 ◦ green 86 ◦ blue 140

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

Shades of Mulberry #C9568C

Tints of Mulberry #C9568C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 47.07%
G = 20.14%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9568C (or 0xC9568C) is known color: Mulberry. HEX triplet: C9, 56 and 8C. RGB value is (201,86,140). Sum of RGB (Red+Green+Blue) = 201+86+140=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9568C is #36A973. Grayscale: #7E7E7E. Windows color (decimal): -3582324 or 9197257. OLE color: 9197257.

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

Color convert

RGB 201 86 140 -
CMYK 0 0.57 0.30 0.21
HSL 331.83º 0.52% 0.56% -
HSV(B) 331.83º 0.57% 0.79% -
XYZ 32.15 20.97 27.16 -
YUV 126.54 135.6 181.11 -
System Red Green Blue C M Y K H S L
Decimal 201 86 140 0 0.57 0.30 0.21 331.83 0.52 0.56
Hex C9 56 8C 0 39 1E 15 14C 34 38
Octal 311 126 214 0 71 36 25 514 64 70
Binary 11001001 1010110 10001100 0 111001 11110 10101 101001100 110100 111000

Color Harmonies of #C9568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9568C

Black with #C9568C

Text Example


Text Example

White with #C9568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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