#CB5CA5

Color #CB5CA5 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CB5CA5

Tints of Mulberry #CB5CA5

Color information

#CB5CA5 (or 0xCB5CA5) is unknown color: approx Mulberry. HEX triplet: CB, 5C and A5. RGB value is (203,92,165). Sum of RGB (Red+Green+Blue) = 203+92+165=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5CA5 is #34A35A. Grayscale: #858585. Windows color (decimal): -3449691 or 10837195. OLE color: 10837195.

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

Color convert

RGB20392165-
CMYK00.550.190.20
HSL320.54º51.63%57.84%-
HSV(B)320.54º54.68%79.61%-
XYZ35.2523.0738.19-
YUV133.51145.77177.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 165 (64.84% from 255) = 35.87%
R=44.13%
G=20%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039216500.550.190.20320.5451.6357.84
HexCB5CA50371314141343a
Octal31313424506723245016472
Binary1100101110111001010010101101111001110100101000001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5CA5; }

 p { color: rgb(203,92,165); }

 H1.HeaderClassName
 {
   color: #CB5CA5;
 }
 .AnyTagClassName
 {
   color: #CB5CA5;
 }
</style>
background-color css

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

 a { background-color: rgb(203,92,165); }

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

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

 span { border-color: rgb(203,92,165); }

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