Html Css Color HEX #CC569D Mulberry

📋 copy color: '#CC569D'

red 204 ◦ green 86 ◦ blue 157

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

Shades of Mulberry #CC569D

Tints of Mulberry #CC569D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.24%

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 45.64%
G = 19.24%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC569D (or 0xCC569D) is known color: Mulberry. HEX triplet: CC, 56 and 9D. RGB value is (204,86,157). Sum of RGB (Red+Green+Blue) = 204+86+157=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC569D is #33A962. Grayscale: #818181. Windows color (decimal): -3385699 or 10311372. OLE color: 10311372.

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

Color convert

RGB 204 86 157 -
CMYK 0 0.58 0.23 0.2
HSL 323.9º 0.54% 0.57% -
HSV(B) 323.9º 0.58% 0.8% -
XYZ 34.32 21.93 34.32 -
YUV 129.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 204 86 157 0 0.58 0.23 0.2 323.9 0.54 0.57
Hex CC 56 9D 0 3A 17 14 144 36 39
Octal 314 126 235 0 72 27 24 504 66 71
Binary 11001100 1010110 10011101 0 111010 10111 10100 101000100 110110 111001

Color Harmonies of #CC569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC569D

Black with #CC569D

Text Example


Text Example

White with #CC569D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC569D; }

 p { color: rgb(204,86,157); }

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

background-color css

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

 a { background-color: rgb(204,86,157); }

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

border-color css

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

 span { border-color: rgb(204,86,157); }

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