Html Css Color HEX #CF5995 Mulberry

📋 copy color: '#CF5995'

red 207 ◦ green 89 ◦ blue 149

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

Shades of Mulberry #CF5995

Tints of Mulberry #CF5995

RGB

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

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

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

R = 46.52%
G = 20%
B = 33.48%

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

#CF5995 (or 0xCF5995) is known color: Mulberry. HEX triplet: CF, 59 and 95. RGB value is (207,89,149). Sum of RGB (Red+Green+Blue) = 207+89+149=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5995 is #30A66A. Grayscale: #838383. Windows color (decimal): -3188331 or 9787855. OLE color: 9787855.

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

Color convert

RGB 207 89 149 -
CMYK 0 0.57 0.28 0.19
HSL 329.49º 0.55% 0.58% -
HSV(B) 329.49º 0.57% 0.81% -
XYZ 34.73 22.58 30.96 -
YUV 131.12 138.09 182.12 -
System Red Green Blue C M Y K H S L
Decimal 207 89 149 0 0.57 0.28 0.19 329.49 0.55 0.58
Hex CF 59 95 0 39 1C 13 149 37 3A
Octal 317 131 225 0 71 34 23 511 67 72
Binary 11001111 1011001 10010101 0 111001 11100 10011 101001001 110111 111010

Color Harmonies of #CF5995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5995

Black with #CF5995

Text Example


Text Example

White with #CF5995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5995; }

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

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

background-color css

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

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

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

border-color css

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

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

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