Html Css Color HEX #CF5896 Mulberry

📋 copy color: '#CF5896'

red 207 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #CF5896

Tints of Mulberry #CF5896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.71%

R = 46.52%
G = 19.78%
B = 33.71%

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

#CF5896 (or 0xCF5896) is known color: Mulberry. HEX triplet: CF, 58 and 96. RGB value is (207,88,150). Sum of RGB (Red+Green+Blue) = 207+88+150=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5896 is #30A769. Grayscale: #828282. Windows color (decimal): -3188586 or 9853135. OLE color: 9853135.

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

Color convert

RGB 207 88 150 -
CMYK 0 0.57 0.28 0.19
HSL 328.74º 0.55% 0.58% -
HSV(B) 328.74º 0.57% 0.81% -
XYZ 34.73 22.45 31.36 -
YUV 130.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 207 88 150 0 0.57 0.28 0.19 328.74 0.55 0.58
Hex CF 58 96 0 39 1C 13 149 37 3A
Octal 317 130 226 0 71 34 23 511 67 72
Binary 11001111 1011000 10010110 0 111001 11100 10011 101001001 110111 111010

Color Harmonies of #CF5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5896

Black with #CF5896

Text Example


Text Example

White with #CF5896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5896; }

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

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

background-color css

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

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

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

border-color css

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

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

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