#CB6799

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

Shades of Hopbush #CB6799

Tints of Hopbush #CB6799

Color information

#CB6799 (or 0xCB6799) is unknown color: approx Hopbush. HEX triplet: CB, 67 and 99. RGB value is (203,103,153). Sum of RGB (Red+Green+Blue) = 203+103+153=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6799 is #349866. Grayscale: #8A8A8A. Windows color (decimal): -3446887 or 10053579. OLE color: 10053579.

HSL color Cylindrical-coordinate representation of color #CB6799: hue angle of 330º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6799 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB203103153-
CMYK00.490.250.20
HSL330º49.02%60%-
HSV(B)330º49.26%79.61%-
XYZ35.2324.733.05-
YUV138.6136.13173.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=44.23%
G=22.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310315300.490.250.2033049.0260
HexCB6799031191414a313c
Octal31314723106131245126174
Binary1100101111001111001100101100011100110100101001010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6799; }

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

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

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

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

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

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

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

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