#CF628D

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

Shades of Hopbush #CF628D

Tints of Hopbush #CF628D

Color information

#CF628D (or 0xCF628D) is unknown color: approx Hopbush. HEX triplet: CF, 62 and 8D. RGB value is (207,98,141). Sum of RGB (Red+Green+Blue) = 207+98+141=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF628D is #309D72. Grayscale: #878787. Windows color (decimal): -3186035 or 9265871. OLE color: 9265871.

HSL color Cylindrical-coordinate representation of color #CF628D: hue angle of 336.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF628D is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB20798141-
CMYK00.530.320.19
HSL336.33º53.17%59.8%-
HSV(B)336.33º52.66%81.18%-
XYZ34.9123.9227.98-
YUV135.49131.11179-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 98 (38.67% from 255) = 21.97%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=46.41%
G=21.97%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079814100.530.320.19336.3353.1759.8
HexCF628D0352013150353c
Octal31714221506540235206574
Binary11001111110001010001101011010110000010011101010000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF628D; }

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

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

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

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

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

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

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

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