#CF618D

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

Shades of Hopbush #CF618D

Tints of Hopbush #CF618D

Color information

#CF618D (or 0xCF618D) is unknown color: approx Hopbush. HEX triplet: CF, 61 and 8D. RGB value is (207,97,141). Sum of RGB (Red+Green+Blue) = 207+97+141=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF618D is #309E72. Grayscale: #868686. Windows color (decimal): -3186291 or 9265615. OLE color: 9265615.

HSL color Cylindrical-coordinate representation of color #CF618D: hue angle of 336º 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 #CF618D is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB20797141-
CMYK00.530.320.19
HSL336º53.4%59.61%-
HSV(B)336º53.14%81.18%-
XYZ34.8123.7427.95-
YUV134.91131.44179.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.52%
GREEN value IS 97 (38.28% from 255) = 21.80%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=46.52%
G=21.80%
B=31.69%

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
Decimal2079714100.530.320.1933653.459.61
HexCF618D0352013150353c
Octal31714121506540235206574
Binary11001111110000110001101011010110000010011101010000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF618D; }

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

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

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

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

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

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

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

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