#CB698B

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

Shades of Hopbush #CB698B

Tints of Hopbush #CB698B

Color information

#CB698B (or 0xCB698B) is unknown color: approx Hopbush. HEX triplet: CB, 69 and 8B. RGB value is (203,105,139). Sum of RGB (Red+Green+Blue) = 203+105+139=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB698B is #349674. Grayscale: #8A8A8A. Windows color (decimal): -3446389 or 9136587. OLE color: 9136587.

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

Color convert

RGB203105139-
CMYK00.480.320.20
HSL339.18º48.51%60.39%-
HSV(B)339.18º48.28%79.61%-
XYZ34.3424.6627.38-
YUV138.18128.47174.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=45.41%
G=23.49%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310513900.480.320.20339.1848.5160.39
HexCB698B0302014153313c
Octal31315121306040245236174
Binary11001011110100110001011011000010000010100101010011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB698B; }

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

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

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

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

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

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

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

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