#CC628C

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

Shades of Hopbush #CC628C

Tints of Hopbush #CC628C

Color information

#CC628C (or 0xCC628C) is unknown color: approx Hopbush. HEX triplet: CC, 62 and 8C. RGB value is (204,98,140). Sum of RGB (Red+Green+Blue) = 204+98+140=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC628C is #339D73. Grayscale: #868686. Windows color (decimal): -3382644 or 9200332. OLE color: 9200332.

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

Color convert

RGB20498140-
CMYK00.520.310.2
HSL336.23º50.96%59.22%-
HSV(B)336.23º51.96%80%-
XYZ3423.4727.55-
YUV134.48131.12177.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 98 (38.67% from 255) = 22.17%
BLUE value IS 140 (55.08% from 255) = 31.67%
R=46.15%
G=22.17%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049814000.520.310.2336.2350.9659.22
HexCC628C0341F14150333b
Octal31414221406437245206373
Binary1100110011000101000110001101001111110100101010000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC628C; }

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

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

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

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

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

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

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

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