#CB6392

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

Shades of Hopbush #CB6392

Tints of Hopbush #CB6392

Color information

#CB6392 (or 0xCB6392) is unknown color: approx Hopbush. HEX triplet: CB, 63 and 92. RGB value is (203,99,146). Sum of RGB (Red+Green+Blue) = 203+99+146=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6392 is #349C6D. Grayscale: #878787. Windows color (decimal): -3447918 or 9593803. OLE color: 9593803.

HSL color Cylindrical-coordinate representation of color #CB6392: hue angle of 332.88º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6392 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB20399146-
CMYK00.510.280.20
HSL332.88º50%59.22%-
HSV(B)332.88º51.23%79.61%-
XYZ34.2823.729.96-
YUV135.45133.96176.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 146 (57.42% from 255) = 32.59%
R=45.31%
G=22.10%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039914600.510.280.20332.885059.22
HexCB63920331C1414d323b
Octal31314322206334245156273
Binary1100101111000111001001001100111110010100101001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6392; }

 p { color: rgb(203,99,146); }

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

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

 a { background-color: rgb(203,99,146); }

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

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

 span { border-color: rgb(203,99,146); }

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