#CC628D

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

Shades of Hopbush #CC628D

Tints of Hopbush #CC628D

Color information

#CC628D (or 0xCC628D) is unknown color: approx Hopbush. HEX triplet: CC, 62 and 8D. RGB value is (204,98,141). Sum of RGB (Red+Green+Blue) = 204+98+141=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC628D is #339D72. Grayscale: #868686. Windows color (decimal): -3382643 or 9265868. OLE color: 9265868.

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

Color convert

RGB20498141-
CMYK00.520.310.2
HSL335.66º50.96%59.22%-
HSV(B)335.66º51.96%80%-
XYZ34.0823.527.94-
YUV134.6131.62177.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 98 (38.67% from 255) = 22.12%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=46.05%
G=22.12%
B=31.83%

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
Decimal2049814100.520.310.2335.6650.9659.22
HexCC628D0341F14150333b
Octal31414221506437245206373
Binary1100110011000101000110101101001111110100101010000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC628D; }

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

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

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

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

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

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

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

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