#CB689C

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

Shades of Hopbush #CB689C

Tints of Hopbush #CB689C

Color information

#CB689C (or 0xCB689C) is unknown color: approx Hopbush. HEX triplet: CB, 68 and 9C. RGB value is (203,104,156). Sum of RGB (Red+Green+Blue) = 203+104+156=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB689C is #349763. Grayscale: #8B8B8B. Windows color (decimal): -3446628 or 10250443. OLE color: 10250443.

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

Color convert

RGB203104156-
CMYK00.490.230.20
HSL328.48º48.77%60.2%-
HSV(B)328.48º48.77%79.61%-
XYZ35.582534.4-
YUV139.53137.3173.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=43.84%
G=22.46%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310415600.490.230.20328.4848.7760.2
HexCB689C0311714148313c
Octal31315023406127245106174
Binary1100101111010001001110001100011011110100101001000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB689C; }

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

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

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

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

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

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

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

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