#CB5DA0

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

Shades of Hopbush #CB5DA0

Tints of Hopbush #CB5DA0

Color information

#CB5DA0 (or 0xCB5DA0) is unknown color: approx Hopbush. HEX triplet: CB, 5D and A0. RGB value is (203,93,160). Sum of RGB (Red+Green+Blue) = 203+93+160=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5DA0 is #34A25F. Grayscale: #858585. Windows color (decimal): -3449440 or 10509771. OLE color: 10509771.

HSL color Cylindrical-coordinate representation of color #CB5DA0: hue angle of 323.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5DA0 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB20393160-
CMYK00.540.210.20
HSL323.45º51.4%58.04%-
HSV(B)323.45º54.19%79.61%-
XYZ34.8923.0635.87-
YUV133.53142.94177.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 93 (36.72% from 255) = 20.39%
BLUE value IS 160 (62.89% from 255) = 35.09%
R=44.52%
G=20.39%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039316000.540.210.20323.4551.458.04
HexCB5DA00361514143333a
Octal31313524006625245036372
Binary1100101110111011010000001101101010110100101000011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5DA0; }

 p { color: rgb(203,93,160); }

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

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

 a { background-color: rgb(203,93,160); }

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

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

 span { border-color: rgb(203,93,160); }

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