#CB6DA0

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

Shades of Hopbush #CB6DA0

Tints of Hopbush #CB6DA0

Color information

#CB6DA0 (or 0xCB6DA0) is unknown color: approx Hopbush. HEX triplet: CB, 6D and A0. RGB value is (203,109,160). Sum of RGB (Red+Green+Blue) = 203+109+160=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6DA0 is #34925F. Grayscale: #8E8E8E. Windows color (decimal): -3445344 or 10513867. OLE color: 10513867.

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

Color convert

RGB203109160-
CMYK00.460.210.20
HSL327.45º47.47%61.18%-
HSV(B)327.45º46.31%79.61%-
XYZ36.4426.1736.39-
YUV142.92137.64170.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 109 (42.97% from 255) = 23.09%
BLUE value IS 160 (62.89% from 255) = 33.90%
R=43.01%
G=23.09%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310916000.460.210.20327.4547.4761.18
HexCB6DA002E15141472f3d
Octal31315524005625245075775
Binary1100101111011011010000001011101010110100101000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6DA0; }

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

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

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

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

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

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

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

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