#CB5CA6

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

Shades of Mulberry #CB5CA6

Tints of Mulberry #CB5CA6

Color information

#CB5CA6 (or 0xCB5CA6) is unknown color: approx Mulberry. HEX triplet: CB, 5C and A6. RGB value is (203,92,166). Sum of RGB (Red+Green+Blue) = 203+92+166=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5CA6 is #34A359. Grayscale: #858585. Windows color (decimal): -3449690 or 10902731. OLE color: 10902731.

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

Color convert

RGB20392166-
CMYK00.550.180.20
HSL320º51.63%57.84%-
HSV(B)320º54.68%79.61%-
XYZ35.3423.138.67-
YUV133.62146.27177.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 92 (36.33% from 255) = 19.96%
BLUE value IS 166 (65.23% from 255) = 36.01%
R=44.03%
G=19.96%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039216600.550.180.2032051.6357.84
HexCB5CA60371214140343a
Octal31313424606722245006472
Binary1100101110111001010011001101111001010100101000000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5CA6; }

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

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

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

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

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

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

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

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