Html Css Color HEX #CC5CA0 Mulberry

📋 copy color: '#CC5CA0'

red 204 ◦ green 92 ◦ blue 160

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

Shades of Mulberry #CC5CA0

Tints of Mulberry #CC5CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.09%

R = 44.74%
G = 20.18%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC5CA0 (or 0xCC5CA0) is known color: Mulberry. HEX triplet: CC, 5C and A0. RGB value is (204,92,160). Sum of RGB (Red+Green+Blue) = 204+92+160=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5CA0 is #33A35F. Grayscale: #858585. Windows color (decimal): -3384160 or 10509516. OLE color: 10509516.

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

Color convert

RGB 204 92 160 -
CMYK 0 0.55 0.22 0.2
HSL 323.57º 0.52% 0.58% -
HSV(B) 323.57º 0.55% 0.8% -
XYZ 35.07 23.03 35.85 -
YUV 133.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 204 92 160 0 0.55 0.22 0.2 323.57 0.52 0.58
Hex CC 5C A0 0 37 16 14 144 34 3A
Octal 314 134 240 0 67 26 24 504 64 72
Binary 11001100 1011100 10100000 0 110111 10110 10100 101000100 110100 111010

Color Harmonies of #CC5CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CA0

Black with #CC5CA0

Text Example


Text Example

White with #CC5CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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