Html Css Color HEX #CF5989 Mulberry

📋 copy color: '#CF5989'

red 207 ◦ green 89 ◦ blue 137

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

Shades of Mulberry #CF5989

Tints of Mulberry #CF5989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.55%

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

R = 47.81%
G = 20.55%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF5989 (or 0xCF5989) is known color: Mulberry. HEX triplet: CF, 59 and 89. RGB value is (207,89,137). Sum of RGB (Red+Green+Blue) = 207+89+137=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5989 is #30A676. Grayscale: #818181. Windows color (decimal): -3188343 or 9001423. OLE color: 9001423.

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

Color convert

RGB 207 89 137 -
CMYK 0 0.57 0.34 0.19
HSL 335.59º 0.55% 0.58% -
HSV(B) 335.59º 0.57% 0.81% -
XYZ 33.82 22.22 26.17 -
YUV 129.75 132.09 183.1 -
System Red Green Blue C M Y K H S L
Decimal 207 89 137 0 0.57 0.34 0.19 335.59 0.55 0.58
Hex CF 59 89 0 39 22 13 150 37 3A
Octal 317 131 211 0 71 42 23 520 67 72
Binary 11001111 1011001 10001001 0 111001 100010 10011 101010000 110111 111010

Color Harmonies of #CF5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5989

Black with #CF5989

Text Example


Text Example

White with #CF5989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5989; }

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

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

background-color css

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

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

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

border-color css

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

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

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