#CC6392

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

Shades of Hopbush #CC6392

Tints of Hopbush #CC6392

Color information

#CC6392 (or 0xCC6392) is unknown color: approx Hopbush. HEX triplet: CC, 63 and 92. RGB value is (204,99,146). Sum of RGB (Red+Green+Blue) = 204+99+146=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6392 is #339C6D. Grayscale: #878787. Windows color (decimal): -3382382 or 9593804. OLE color: 9593804.

HSL color Cylindrical-coordinate representation of color #CC6392: hue angle of 333.14º degrees, saturation: 0.51, 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 #CC6392 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB20499146-
CMYK00.510.280.2
HSL333.14º50.72%59.41%-
HSV(B)333.14º51.47%80%-
XYZ34.5523.8429.97-
YUV135.75133.79176.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 99 (39.06% from 255) = 22.05%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=45.43%
G=22.05%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049914600.510.280.2333.1450.7259.41
HexCC63920331C1414d333b
Octal31414322206334245156373
Binary1100110011000111001001001100111110010100101001101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6392; }

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

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

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

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

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

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

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

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