Html Css Color HEX #CF5588 Mulberry

📋 copy color: '#CF5588'

red 207 ◦ green 85 ◦ blue 136

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

Shades of Mulberry #CF5588

Tints of Mulberry #CF5588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.78%

R = 48.36%
G = 19.86%
B = 31.78%

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

#CF5588 (or 0xCF5588) is known color: Mulberry. HEX triplet: CF, 55 and 88. RGB value is (207,85,136). Sum of RGB (Red+Green+Blue) = 207+85+136=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5588 is #30AA77. Grayscale: #7F7F7F. Windows color (decimal): -3189368 or 8934863. OLE color: 8934863.

HSL color Cylindrical-coordinate representation of color #CF5588: hue angle of 334.92º 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 #CF5588 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 85 136 -
CMYK 0 0.59 0.34 0.19
HSL 334.92º 0.56% 0.57% -
HSV(B) 334.92º 0.59% 0.81% -
XYZ 33.42 21.54 25.69 -
YUV 127.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 207 85 136 0 0.59 0.34 0.19 334.92 0.56 0.57
Hex CF 55 88 0 3B 22 13 14F 38 39
Octal 317 125 210 0 73 42 23 517 70 71
Binary 11001111 1010101 10001000 0 111011 100010 10011 101001111 111000 111001

Color Harmonies of #CF5588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5588

Black with #CF5588

Text Example


Text Example

White with #CF5588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5588; }

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

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

background-color css

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

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

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

border-color css

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

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

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