#CF618E

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

Shades of Hopbush #CF618E

Tints of Hopbush #CF618E

Color information

#CF618E (or 0xCF618E) is unknown color: approx Hopbush. HEX triplet: CF, 61 and 8E. RGB value is (207,97,142). Sum of RGB (Red+Green+Blue) = 207+97+142=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF618E is #309E71. Grayscale: #868686. Windows color (decimal): -3186290 or 9331151. OLE color: 9331151.

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

Color convert

RGB20797142-
CMYK00.530.310.19
HSL335.45º53.4%59.61%-
HSV(B)335.45º53.14%81.18%-
XYZ34.8923.7728.34-
YUV135.02131.94179.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=46.41%
G=21.75%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079714200.530.310.19335.4553.459.61
HexCF618E0351F1314f353c
Octal31714121606537235176574
Binary1100111111000011000111001101011111110011101001111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF618E; }

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

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

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

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

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

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

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

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