#CC6296

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

Shades of Hopbush #CC6296

Tints of Hopbush #CC6296

Color information

#CC6296 (or 0xCC6296) is unknown color: approx Hopbush. HEX triplet: CC, 62 and 96. RGB value is (204,98,150). Sum of RGB (Red+Green+Blue) = 204+98+150=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6296 is #339D69. Grayscale: #878787. Windows color (decimal): -3382634 or 9855692. OLE color: 9855692.

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

Color convert

RGB20498150-
CMYK00.520.260.2
HSL330.57º50.96%59.22%-
HSV(B)330.57º51.96%80%-
XYZ34.7723.7731.61-
YUV135.62136.12176.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 98 (38.67% from 255) = 21.68%
BLUE value IS 150 (58.98% from 255) = 33.19%
R=45.13%
G=21.68%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049815000.520.260.2330.5750.9659.22
HexCC62960341A1414b333b
Octal31414222606432245136373
Binary1100110011000101001011001101001101010100101001011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6296; }

 p { color: rgb(204,98,150); }

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

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

 a { background-color: rgb(204,98,150); }

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

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

 span { border-color: rgb(204,98,150); }

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