Html Css Color HEX #CF5689 Mulberry

📋 copy color: '#CF5689'

red 207 ◦ green 86 ◦ blue 137

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

Shades of Mulberry #CF5689

Tints of Mulberry #CF5689

RGB

 RED value IS 207 (81.25% from 255) = 48.14%

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

 BLUE value IS 137 (53.91% from 255) = 31.86%

R = 48.14%
G = 20%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF5689 (or 0xCF5689) is known color: Mulberry. HEX triplet: CF, 56 and 89. RGB value is (207,86,137). Sum of RGB (Red+Green+Blue) = 207+86+137=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5689 is #30A976. Grayscale: #7F7F7F. Windows color (decimal): -3189111 or 9000655. OLE color: 9000655.

HSL color Cylindrical-coordinate representation of color #CF5689: hue angle of 334.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5689 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 86 137 -
CMYK 0 0.58 0.34 0.19
HSL 334.71º 0.56% 0.57% -
HSV(B) 334.71º 0.58% 0.81% -
XYZ 33.58 21.73 26.09 -
YUV 127.99 133.09 184.35 -
System Red Green Blue C M Y K H S L
Decimal 207 86 137 0 0.58 0.34 0.19 334.71 0.56 0.57
Hex CF 56 89 0 3A 22 13 14F 38 39
Octal 317 126 211 0 72 42 23 517 70 71
Binary 11001111 1010110 10001001 0 111010 100010 10011 101001111 111000 111001

Color Harmonies of #CF5689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5689

Black with #CF5689

Text Example


Text Example

White with #CF5689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5689; }

 p { color: rgb(207,86,137); }

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

background-color css

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

 a { background-color: rgb(207,86,137); }

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

border-color css

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

 span { border-color: rgb(207,86,137); }

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