#CC6386

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

Shades of Hopbush #CC6386

Tints of Hopbush #CC6386

Color information

#CC6386 (or 0xCC6386) is unknown color: approx Hopbush. HEX triplet: CC, 63 and 86. RGB value is (204,99,134). Sum of RGB (Red+Green+Blue) = 204+99+134=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6386 is #339C79. Grayscale: #868686. Windows color (decimal): -3382394 or 8807372. OLE color: 8807372.

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

Color convert

RGB20499134-
CMYK00.510.340.2
HSL340º50.72%59.41%-
HSV(B)340º51.47%80%-
XYZ33.6723.4825.31-
YUV134.38127.79177.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.68%
GREEN value IS 99 (39.06% from 255) = 22.65%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=46.68%
G=22.65%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049913400.510.340.234050.7259.41
HexCC63860332214154333b
Octal31414320606342245246373
Binary11001100110001110000110011001110001010100101010100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6386; }

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

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

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

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

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

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

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

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