#CC6295

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

Shades of Hopbush #CC6295

Tints of Hopbush #CC6295

Color information

#CC6295 (or 0xCC6295) is unknown color: approx Hopbush. HEX triplet: CC, 62 and 95. RGB value is (204,98,149). Sum of RGB (Red+Green+Blue) = 204+98+149=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6295 is #339D6A. Grayscale: #878787. Windows color (decimal): -3382635 or 9790156. OLE color: 9790156.

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

Color convert

RGB20498149-
CMYK00.520.270.2
HSL331.13º50.96%59.22%-
HSV(B)331.13º51.96%80%-
XYZ34.6923.7431.19-
YUV135.51135.62176.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 149 (58.59% from 255) = 33.04%
R=45.23%
G=21.73%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049814900.520.270.2331.1350.9659.22
HexCC62950341B1414b333b
Octal31414222506433245136373
Binary1100110011000101001010101101001101110100101001011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6295; }

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

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

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

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

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

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

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

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