#CB688F

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

Shades of Hopbush #CB688F

Tints of Hopbush #CB688F

Color information

#CB688F (or 0xCB688F) is unknown color: approx Hopbush. HEX triplet: CB, 68 and 8F. RGB value is (203,104,143). Sum of RGB (Red+Green+Blue) = 203+104+143=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB688F is #349770. Grayscale: #898989. Windows color (decimal): -3446641 or 9398475. OLE color: 9398475.

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

Color convert

RGB203104143-
CMYK00.490.300.20
HSL336.36º48.77%60.2%-
HSV(B)336.36º48.77%79.61%-
XYZ34.5424.5828.91-
YUV138.05130.8174.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.11%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 143 (56.25% from 255) = 31.78%
R=45.11%
G=23.11%
B=31.78%

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
Decimal20310414300.490.300.20336.3648.7760.2
HexCB688F0311E14150313c
Octal31315021706136245206174
Binary1100101111010001000111101100011111010100101010000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB688F; }

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

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

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

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

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

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

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

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