Html Css Color HEX #CF5895 Mulberry

📋 copy color: '#CF5895'

red 207 ◦ green 88 ◦ blue 149

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

Shades of Mulberry #CF5895

Tints of Mulberry #CF5895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.82%

 BLUE value IS 149 (58.59% from 255) = 33.56%

R = 46.62%
G = 19.82%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF5895 (or 0xCF5895) is known color: Mulberry. HEX triplet: CF, 58 and 95. RGB value is (207,88,149). Sum of RGB (Red+Green+Blue) = 207+88+149=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5895 is #30A76A. Grayscale: #828282. Windows color (decimal): -3188587 or 9787599. OLE color: 9787599.

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

Color convert

RGB 207 88 149 -
CMYK 0 0.57 0.28 0.19
HSL 329.24º 0.55% 0.58% -
HSV(B) 329.24º 0.57% 0.81% -
XYZ 34.65 22.41 30.93 -
YUV 130.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 207 88 149 0 0.57 0.28 0.19 329.24 0.55 0.58
Hex CF 58 95 0 39 1C 13 149 37 3A
Octal 317 130 225 0 71 34 23 511 67 72
Binary 11001111 1011000 10010101 0 111001 11100 10011 101001001 110111 111010

Color Harmonies of #CF5895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5895

Black with #CF5895

Text Example


Text Example

White with #CF5895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5895; }

 p { color: rgb(207,88,149); }

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

background-color css

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

 a { background-color: rgb(207,88,149); }

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

border-color css

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

 span { border-color: rgb(207,88,149); }

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