#CB6690

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

Shades of Hopbush #CB6690

Tints of Hopbush #CB6690

Color information

#CB6690 (or 0xCB6690) is unknown color: approx Hopbush. HEX triplet: CB, 66 and 90. RGB value is (203,102,144). Sum of RGB (Red+Green+Blue) = 203+102+144=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6690 is #34996F. Grayscale: #888888. Windows color (decimal): -3447152 or 9463499. OLE color: 9463499.

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

Color convert

RGB203102144-
CMYK00.500.290.20
HSL335.05º49.27%59.8%-
HSV(B)335.05º49.75%79.61%-
XYZ34.4124.2129.25-
YUV136.99131.96175.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=45.21%
G=22.72%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310214400.500.290.20335.0549.2759.8
HexCB66900321D1414f313c
Octal31314622006235245176174
Binary1100101111001101001000001100101110110100101001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6690; }

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

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

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

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

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

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

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

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