Html Css Color HEX #CC5CA6 Mulberry

📋 copy color: '#CC5CA6'

red 204 ◦ green 92 ◦ blue 166

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

Shades of Mulberry #CC5CA6

Tints of Mulberry #CC5CA6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.91%

 BLUE value IS 166 (65.23% from 255) = 35.93%

R = 44.16%
G = 19.91%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC5CA6 (or 0xCC5CA6) is known color: Mulberry. HEX triplet: CC, 5C and A6. RGB value is (204,92,166). Sum of RGB (Red+Green+Blue) = 204+92+166=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5CA6 is #33A359. Grayscale: #858585. Windows color (decimal): -3384154 or 10902732. OLE color: 10902732.

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

Color convert

RGB 204 92 166 -
CMYK 0 0.55 0.19 0.2
HSL 320.36º 0.52% 0.58% -
HSV(B) 320.36º 0.55% 0.8% -
XYZ 35.61 23.24 38.69 -
YUV 133.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 204 92 166 0 0.55 0.19 0.2 320.36 0.52 0.58
Hex CC 5C A6 0 37 13 14 140 34 3A
Octal 314 134 246 0 67 23 24 500 64 72
Binary 11001100 1011100 10100110 0 110111 10011 10100 101000000 110100 111010

Color Harmonies of #CC5CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CA6

Black with #CC5CA6

Text Example


Text Example

White with #CC5CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CA6; }

 p { color: rgb(204,92,166); }

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

background-color css

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

 a { background-color: rgb(204,92,166); }

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

border-color css

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

 span { border-color: rgb(204,92,166); }

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