Html Css Color HEX #C9568B Mulberry

📋 copy color: '#C9568B'

red 201 ◦ green 86 ◦ blue 139

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

Shades of Mulberry #C9568B

Tints of Mulberry #C9568B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 47.18%
G = 20.19%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9568B (or 0xC9568B) is known color: Mulberry. HEX triplet: C9, 56 and 8B. RGB value is (201,86,139). Sum of RGB (Red+Green+Blue) = 201+86+139=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9568B is #36A974. Grayscale: #7E7E7E. Windows color (decimal): -3582325 or 9131721. OLE color: 9131721.

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

Color convert

RGB 201 86 139 -
CMYK 0 0.57 0.31 0.21
HSL 332.35º 0.52% 0.56% -
HSV(B) 332.35º 0.57% 0.79% -
XYZ 32.08 20.94 26.78 -
YUV 126.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 201 86 139 0 0.57 0.31 0.21 332.35 0.52 0.56
Hex C9 56 8B 0 39 1F 15 14C 34 38
Octal 311 126 213 0 71 37 25 514 64 70
Binary 11001001 1010110 10001011 0 111001 11111 10101 101001100 110100 111000

Color Harmonies of #C9568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9568B

Black with #C9568B

Text Example


Text Example

White with #C9568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9568B; }

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

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

background-color css

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

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

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

border-color css

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

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

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