#CB689B

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

Shades of Hopbush #CB689B

Tints of Hopbush #CB689B

Color information

#CB689B (or 0xCB689B) is unknown color: approx Hopbush. HEX triplet: CB, 68 and 9B. RGB value is (203,104,155). Sum of RGB (Red+Green+Blue) = 203+104+155=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB689B is #349764. Grayscale: #8B8B8B. Windows color (decimal): -3446629 or 10184907. OLE color: 10184907.

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

Color convert

RGB203104155-
CMYK00.490.240.20
HSL329.09º48.77%60.2%-
HSV(B)329.09º48.77%79.61%-
XYZ35.524.9633.96-
YUV139.42136.8173.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=43.94%
G=22.51%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310415500.490.240.20329.0948.7760.2
HexCB689B0311814149313c
Octal31315023306130245116174
Binary1100101111010001001101101100011100010100101001001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB689B; }

 p { color: rgb(203,104,155); }

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

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

 a { background-color: rgb(203,104,155); }

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

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

 span { border-color: rgb(203,104,155); }

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