Html Css Color HEX #CF599A Mulberry

📋 copy color: '#CF599A'

red 207 ◦ green 89 ◦ blue 154

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

Shades of Mulberry #CF599A

Tints of Mulberry #CF599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.22%

R = 46%
G = 19.78%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF599A (or 0xCF599A) is known color: Mulberry. HEX triplet: CF, 59 and 9A. RGB value is (207,89,154). Sum of RGB (Red+Green+Blue) = 207+89+154=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF599A is #30A665. Grayscale: #838383. Windows color (decimal): -3188326 or 10115535. OLE color: 10115535.

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

Color convert

RGB 207 89 154 -
CMYK 0 0.57 0.26 0.19
HSL 326.95º 0.55% 0.58% -
HSV(B) 326.95º 0.57% 0.81% -
XYZ 35.14 22.74 33.11 -
YUV 131.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 207 89 154 0 0.57 0.26 0.19 326.95 0.55 0.58
Hex CF 59 9A 0 39 1A 13 147 37 3A
Octal 317 131 232 0 71 32 23 507 67 72
Binary 11001111 1011001 10011010 0 111001 11010 10011 101000111 110111 111010

Color Harmonies of #CF599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF599A

Black with #CF599A

Text Example


Text Example

White with #CF599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF599A; }

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

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

background-color css

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

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

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

border-color css

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

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

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