Html Css Color HEX #CF5992 Mulberry

📋 copy color: '#CF5992'

red 207 ◦ green 89 ◦ blue 146

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

Shades of Mulberry #CF5992

Tints of Mulberry #CF5992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.03%

R = 46.83%
G = 20.14%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF5992 (or 0xCF5992) is known color: Mulberry. HEX triplet: CF, 59 and 92. RGB value is (207,89,146). Sum of RGB (Red+Green+Blue) = 207+89+146=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5992 is #30A66D. Grayscale: #828282. Windows color (decimal): -3188334 or 9591247. OLE color: 9591247.

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

Color convert

RGB 207 89 146 -
CMYK 0 0.57 0.29 0.19
HSL 331.02º 0.55% 0.58% -
HSV(B) 331.02º 0.57% 0.81% -
XYZ 34.49 22.49 29.72 -
YUV 130.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 207 89 146 0 0.57 0.29 0.19 331.02 0.55 0.58
Hex CF 59 92 0 39 1D 13 14B 37 3A
Octal 317 131 222 0 71 35 23 513 67 72
Binary 11001111 1011001 10010010 0 111001 11101 10011 101001011 110111 111010

Color Harmonies of #CF5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5992

Black with #CF5992

Text Example


Text Example

White with #CF5992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5992; }

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

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

background-color css

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

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

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

border-color css

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

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

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