#CB698F

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

Shades of Hopbush #CB698F

Tints of Hopbush #CB698F

Color information

#CB698F (or 0xCB698F) is unknown color: approx Hopbush. HEX triplet: CB, 69 and 8F. RGB value is (203,105,143). Sum of RGB (Red+Green+Blue) = 203+105+143=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB698F is #349670. Grayscale: #8A8A8A. Windows color (decimal): -3446385 or 9398731. OLE color: 9398731.

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

Color convert

RGB203105143-
CMYK00.480.300.20
HSL336.73º48.51%60.39%-
HSV(B)336.73º48.28%79.61%-
XYZ34.6424.7828.94-
YUV138.63130.47173.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=45.01%
G=23.28%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310514300.480.300.20336.7348.5160.39
HexCB698F0301E14151313c
Octal31315121706036245216174
Binary1100101111010011000111101100001111010100101010001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB698F; }

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

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

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

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

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

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

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

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