#CB688E

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

Shades of Hopbush #CB688E

Tints of Hopbush #CB688E

Color information

#CB688E (or 0xCB688E) is unknown color: approx Hopbush. HEX triplet: CB, 68 and 8E. RGB value is (203,104,142). Sum of RGB (Red+Green+Blue) = 203+104+142=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB688E is #349771. Grayscale: #898989. Windows color (decimal): -3446642 or 9332939. OLE color: 9332939.

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

Color convert

RGB203104142-
CMYK00.490.300.20
HSL336.97º48.77%60.2%-
HSV(B)336.97º48.77%79.61%-
XYZ34.4624.5528.51-
YUV137.93130.3174.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 104 (41.02% from 255) = 23.16%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=45.21%
G=23.16%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310414200.490.300.20336.9748.7760.2
HexCB688E0311E14151313c
Octal31315021606136245216174
Binary1100101111010001000111001100011111010100101010001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB688E; }

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

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

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

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

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

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

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

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