#CB6EAE

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

Shades of Hopbush #CB6EAE

Tints of Hopbush #CB6EAE

Color information

#CB6EAE (or 0xCB6EAE) is unknown color: approx Hopbush. HEX triplet: CB, 6E and AE. RGB value is (203,110,174). Sum of RGB (Red+Green+Blue) = 203+110+174=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6EAE is #349151. Grayscale: #909090. Windows color (decimal): -3445074 or 11431627. OLE color: 11431627.

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

Color convert

RGB203110174-
CMYK00.460.140.20
HSL318.71º47.21%61.37%-
HSV(B)318.71º45.81%79.61%-
XYZ37.8426.943.24-
YUV145.1144.31169.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 110 (43.36% from 255) = 22.59%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=41.68%
G=22.59%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311017400.460.140.20318.7147.2161.37
HexCB6EAE02EE1413f2f3d
Octal31315625605616244775775
Binary110010111101110101011100101110111010100100111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6EAE; }

 p { color: rgb(203,110,174); }

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

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

 a { background-color: rgb(203,110,174); }

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

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

 span { border-color: rgb(203,110,174); }

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