#CB6B99

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

Shades of Hopbush #CB6B99

Tints of Hopbush #CB6B99

Color information

#CB6B99 (or 0xCB6B99) is unknown color: approx Hopbush. HEX triplet: CB, 6B and 99. RGB value is (203,107,153). Sum of RGB (Red+Green+Blue) = 203+107+153=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6B99 is #349466. Grayscale: #8C8C8C. Windows color (decimal): -3445863 or 10054603. OLE color: 10054603.

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

Color convert

RGB203107153-
CMYK00.470.250.20
HSL331.25º48%60.78%-
HSV(B)331.25º47.29%79.61%-
XYZ35.6425.5133.18-
YUV140.95134.8172.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 107 (42.19% from 255) = 23.11%
BLUE value IS 153 (60.16% from 255) = 33.05%
R=43.84%
G=23.11%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310715300.470.250.20331.254860.78
HexCB6B9902F191414b303d
Octal31315323105731245136075
Binary1100101111010111001100101011111100110100101001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6B99; }

 p { color: rgb(203,107,153); }

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

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

 a { background-color: rgb(203,107,153); }

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

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

 span { border-color: rgb(203,107,153); }

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