Html Css Color HEX #CC5A8B Mulberry

📋 copy color: '#CC5A8B'

red 204 ◦ green 90 ◦ blue 139

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

Shades of Mulberry #CC5A8B

Tints of Mulberry #CC5A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.79%

 BLUE value IS 139 (54.69% from 255) = 32.1%

R = 47.11%
G = 20.79%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC5A8B (or 0xCC5A8B) is known color: Mulberry. HEX triplet: CC, 5A and 8B. RGB value is (204,90,139). Sum of RGB (Red+Green+Blue) = 204+90+139=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A8B is #33A574. Grayscale: #818181. Windows color (decimal): -3384693 or 9132748. OLE color: 9132748.

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

Color convert

RGB 204 90 139 -
CMYK 0 0.56 0.32 0.2
HSL 334.21º 0.53% 0.58% -
HSV(B) 334.21º 0.56% 0.8% -
XYZ 33.22 22.01 26.92 -
YUV 129.67 133.27 181.02 -
System Red Green Blue C M Y K H S L
Decimal 204 90 139 0 0.56 0.32 0.2 334.21 0.53 0.58
Hex CC 5A 8B 0 38 20 14 14E 35 3A
Octal 314 132 213 0 70 40 24 516 65 72
Binary 11001100 1011010 10001011 0 111000 100000 10100 101001110 110101 111010

Color Harmonies of #CC5A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A8B

Black with #CC5A8B

Text Example


Text Example

White with #CC5A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A8B; }

 p { color: rgb(204,90,139); }

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

background-color css

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

 a { background-color: rgb(204,90,139); }

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

border-color css

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

 span { border-color: rgb(204,90,139); }

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