Html Css Color HEX #CF5589 Mulberry

📋 copy color: '#CF5589'

red 207 ◦ green 85 ◦ blue 137

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

Shades of Mulberry #CF5589

Tints of Mulberry #CF5589

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.81%

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

R = 48.25%
G = 19.81%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF5589 (or 0xCF5589) is known color: Mulberry. HEX triplet: CF, 55 and 89. RGB value is (207,85,137). Sum of RGB (Red+Green+Blue) = 207+85+137=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5589 is #30AA76. Grayscale: #7F7F7F. Windows color (decimal): -3189367 or 9000399. OLE color: 9000399.

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

Color convert

RGB 207 85 137 -
CMYK 0 0.59 0.34 0.19
HSL 334.43º 0.56% 0.57% -
HSV(B) 334.43º 0.59% 0.81% -
XYZ 33.5 21.57 26.06 -
YUV 127.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 207 85 137 0 0.59 0.34 0.19 334.43 0.56 0.57
Hex CF 55 89 0 3B 22 13 14E 38 39
Octal 317 125 211 0 73 42 23 516 70 71
Binary 11001111 1010101 10001001 0 111011 100010 10011 101001110 111000 111001

Color Harmonies of #CF5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5589

Black with #CF5589

Text Example


Text Example

White with #CF5589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5589; }

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

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

background-color css

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

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

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

border-color css

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

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

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