#CB6687

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

Shades of Hopbush #CB6687

Tints of Hopbush #CB6687

Color information

#CB6687 (or 0xCB6687) is unknown color: approx Hopbush. HEX triplet: CB, 66 and 87. RGB value is (203,102,135). Sum of RGB (Red+Green+Blue) = 203+102+135=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6687 is #349978. Grayscale: #878787. Windows color (decimal): -3447161 or 8873675. OLE color: 8873675.

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

Color convert

RGB203102135-
CMYK00.500.330.20
HSL340.4º49.27%59.8%-
HSV(B)340.4º49.75%79.61%-
XYZ33.7523.9525.77-
YUV135.96127.46175.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.14%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 135 (53.12% from 255) = 30.68%
R=46.14%
G=23.18%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310213500.500.330.20340.449.2759.8
HexCB66870322114154313c
Octal31314620706241245246174
Binary11001011110011010000111011001010000110100101010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6687; }

 p { color: rgb(203,102,135); }

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

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

 a { background-color: rgb(203,102,135); }

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

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

 span { border-color: rgb(203,102,135); }

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