Html Css Color HEX #CC568A Mulberry

📋 copy color: '#CC568A'

red 204 ◦ green 86 ◦ blue 138

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

Shades of Mulberry #CC568A

Tints of Mulberry #CC568A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 47.66%
G = 20.09%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC568A (or 0xCC568A) is known color: Mulberry. HEX triplet: CC, 56 and 8A. RGB value is (204,86,138). Sum of RGB (Red+Green+Blue) = 204+86+138=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC568A is #33A975. Grayscale: #7F7F7F. Windows color (decimal): -3385718 or 9066188. OLE color: 9066188.

HSL color Cylindrical-coordinate representation of color #CC568A: hue angle of 333.56º 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 #CC568A is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 86 138 -
CMYK 0 0.58 0.32 0.2
HSL 333.56º 0.54% 0.57% -
HSV(B) 333.56º 0.58% 0.8% -
XYZ 32.82 21.33 26.43 -
YUV 127.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 204 86 138 0 0.58 0.32 0.2 333.56 0.54 0.57
Hex CC 56 8A 0 3A 20 14 14E 36 39
Octal 314 126 212 0 72 40 24 516 66 71
Binary 11001100 1010110 10001010 0 111010 100000 10100 101001110 110110 111001

Color Harmonies of #CC568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC568A

Black with #CC568A

Text Example


Text Example

White with #CC568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC568A; }

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

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

background-color css

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

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

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

border-color css

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

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

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