#CB6E99

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

Shades of Hopbush #CB6E99

Tints of Hopbush #CB6E99

Color information

#CB6E99 (or 0xCB6E99) is unknown color: approx Hopbush. HEX triplet: CB, 6E and 99. RGB value is (203,110,153). Sum of RGB (Red+Green+Blue) = 203+110+153=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6E99 is #349166. Grayscale: #8E8E8E. Windows color (decimal): -3445095 or 10055371. OLE color: 10055371.

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

Color convert

RGB203110153-
CMYK00.460.250.20
HSL332.26º47.21%61.37%-
HSV(B)332.26º45.81%79.61%-
XYZ35.9526.1533.29-
YUV142.71133.81171-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.56%
GREEN value IS 110 (43.36% from 255) = 23.61%
BLUE value IS 153 (60.16% from 255) = 32.83%
R=43.56%
G=23.61%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311015300.460.250.20332.2647.2161.37
HexCB6E9902E191414c2f3d
Octal31315623105631245145775
Binary1100101111011101001100101011101100110100101001100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6E99; }

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

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

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

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

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

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

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

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