Html Css Color HEX #CC599B Mulberry

📋 copy color: '#CC599B'

red 204 ◦ green 89 ◦ blue 155

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

Shades of Mulberry #CC599B

Tints of Mulberry #CC599B

RGB

 RED value IS 204 (80.08% from 255) = 45.54%

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

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 45.54%
G = 19.87%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC599B (or 0xCC599B) is known color: Mulberry. HEX triplet: CC, 59 and 9B. RGB value is (204,89,155). Sum of RGB (Red+Green+Blue) = 204+89+155=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC599B is #33A664. Grayscale: #828282. Windows color (decimal): -3384933 or 10181068. OLE color: 10181068.

HSL color Cylindrical-coordinate representation of color #CC599B: hue angle of 325.57º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC599B is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 89 155 -
CMYK 0 0.56 0.24 0.2
HSL 325.57º 0.53% 0.57% -
HSV(B) 325.57º 0.56% 0.8% -
XYZ 34.39 22.35 33.51 -
YUV 130.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 204 89 155 0 0.56 0.24 0.2 325.57 0.53 0.57
Hex CC 59 9B 0 38 18 14 146 35 39
Octal 314 131 233 0 70 30 24 506 65 71
Binary 11001100 1011001 10011011 0 111000 11000 10100 101000110 110101 111001

Color Harmonies of #CC599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC599B

Black with #CC599B

Text Example


Text Example

White with #CC599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC599B; }

 p { color: rgb(204,89,155); }

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

background-color css

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

 a { background-color: rgb(204,89,155); }

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

border-color css

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

 span { border-color: rgb(204,89,155); }

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