#CC6299

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

Shades of Hopbush #CC6299

Tints of Hopbush #CC6299

Color information

#CC6299 (or 0xCC6299) is unknown color: approx Hopbush. HEX triplet: CC, 62 and 99. RGB value is (204,98,153). Sum of RGB (Red+Green+Blue) = 204+98+153=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6299 is #339D66. Grayscale: #878787. Windows color (decimal): -3382631 or 10052300. OLE color: 10052300.

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

Color convert

RGB20498153-
CMYK00.520.250.2
HSL328.87º50.96%59.22%-
HSV(B)328.87º51.96%80%-
XYZ35.0223.8732.9-
YUV135.96137.62176.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 98 (38.67% from 255) = 21.54%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=44.84%
G=21.54%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049815300.520.250.2328.8750.9659.22
HexCC62990341914149333b
Octal31414223106431245116373
Binary1100110011000101001100101101001100110100101001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6299; }

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

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

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

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

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

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

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

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