Html Css Color HEX #CF599C Mulberry

📋 copy color: '#CF599C'

red 207 ◦ green 89 ◦ blue 156

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

Shades of Mulberry #CF599C

Tints of Mulberry #CF599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.51%

R = 45.8%
G = 19.69%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF599C (or 0xCF599C) is known color: Mulberry. HEX triplet: CF, 59 and 9C. RGB value is (207,89,156). Sum of RGB (Red+Green+Blue) = 207+89+156=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF599C is #30A663. Grayscale: #838383. Windows color (decimal): -3188324 or 10246607. OLE color: 10246607.

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

Color convert

RGB 207 89 156 -
CMYK 0 0.57 0.25 0.19
HSL 325.93º 0.55% 0.58% -
HSV(B) 325.93º 0.57% 0.81% -
XYZ 35.31 22.81 33.99 -
YUV 131.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 207 89 156 0 0.57 0.25 0.19 325.93 0.55 0.58
Hex CF 59 9C 0 39 19 13 146 37 3A
Octal 317 131 234 0 71 31 23 506 67 72
Binary 11001111 1011001 10011100 0 111001 11001 10011 101000110 110111 111010

Color Harmonies of #CF599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF599C

Black with #CF599C

Text Example


Text Example

White with #CF599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF599C; }

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

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

background-color css

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

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

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

border-color css

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

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

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